Skip to content

Commit

Permalink
Deploy 18: rinkeby and mainnet files (#605)
Browse files Browse the repository at this point in the history
* rinkeby deploy 18

* mainnet deploy 18
  • Loading branch information
franckc committed Jun 25, 2021
1 parent 971e010 commit 53b73ec
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 110 deletions.
3 changes: 2 additions & 1 deletion contracts/deployments/mainnet/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"014_3pool_strategy": 1612999718,
"015_flipper": 1613166856,
"016_chainlink_and_buyback": 1616629649,
"017_3pool_strategy_update": 1621303419
"017_3pool_strategy_update": 1621303419,
"018_upgrade_governor": 1624425881
}
43 changes: 14 additions & 29 deletions contracts/deployments/mainnet/Governor.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion contracts/deployments/rinkeby/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"014_3pool_strategy": 1612999014,
"015_flipper": 1613166556,
"016_chainlink_and_buyback": 1616624684,
"017_3pool_strategy_update": 1621302942
"017_3pool_strategy_update": 1621302942,
"018_upgrade_governor": 1624425066
}
41 changes: 13 additions & 28 deletions contracts/deployments/rinkeby/Governor.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contracts/storageLayout/mainnet/Governor.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
{
"contract": "Governor",
"label": "proposals",
"type": "t_mapping(t_uint256,t_struct(Proposal)3007_storage)",
"type": "t_mapping(t_uint256,t_struct(Proposal)4236_storage)",
"src": "contracts/governance/Governor.sol:31"
}
],
"types": {
"t_uint256": {
"label": "uint256"
},
"t_mapping(t_uint256,t_struct(Proposal)3007_storage)": {
"t_mapping(t_uint256,t_struct(Proposal)4236_storage)": {
"label": "mapping(uint256 => struct Governor.Proposal)"
},
"t_struct(Proposal)3007_storage": {
"t_struct(Proposal)4236_storage": {
"label": "struct Governor.Proposal",
"members": [
{
Expand Down
17 changes: 1 addition & 16 deletions dapp/network.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4024,7 +4024,7 @@
]
},
"Governor": {
"address": "0x8e7bDFeCd1164C46ad51b58e49A611F954D23377",
"address": "0x830622BDd79CC677eE6594E20bBda5B26568b781",
"abi": [
{
"constant": true,
Expand Down Expand Up @@ -4264,21 +4264,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "setPendingAdminSign",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand Down
17 changes: 1 addition & 16 deletions dapp/network.rinkeby.json
Original file line number Diff line number Diff line change
Expand Up @@ -4024,7 +4024,7 @@
]
},
"Governor": {
"address": "0xa39d23bA9Aa6Bb842a2A7f90ac8c0075e53E6507",
"address": "0x13b6F284F279D8C9ae691E18157E58965A358CAf",
"abi": [
{
"constant": true,
Expand Down Expand Up @@ -4264,21 +4264,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "setPendingAdminSign",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand Down
17 changes: 1 addition & 16 deletions dapp/prod.network.json
Original file line number Diff line number Diff line change
Expand Up @@ -4024,7 +4024,7 @@
]
},
"Governor": {
"address": "0x8e7bDFeCd1164C46ad51b58e49A611F954D23377",
"address": "0x830622BDd79CC677eE6594E20bBda5B26568b781",
"abi": [
{
"constant": true,
Expand Down Expand Up @@ -4264,21 +4264,6 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "setPendingAdminSign",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
Expand Down

0 comments on commit 53b73ec

Please sign in to comment.