Skip to content

Commit

Permalink
feat: Implement stakingPoolMediator (#21)
Browse files Browse the repository at this point in the history
* feat: implement StakingPoolMediator and update mappings

* chore: update renovate config
  • Loading branch information
grezle authored Jun 29, 2022
1 parent d5689c4 commit e6c713b
Show file tree
Hide file tree
Showing 28 changed files with 3,667 additions and 1,228 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ yarn-error.log
*.tsbuildinfo
*.log
.bin
.coverage
matchstick
13 changes: 13 additions & 0 deletions abis/BondFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,19 @@
"name": "ERC20Sweep",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down
13 changes: 13 additions & 0 deletions abis/BondMediator.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,19 @@
"name": "GrantGlobalRole",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down
13 changes: 13 additions & 0 deletions abis/SingleCollateralMultiRewardBond.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,19 @@
"name": "FullCollateral",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down
Loading

0 comments on commit e6c713b

Please sign in to comment.