Skip to content

Commit 53b73ec

Browse files
author
Franck
authored
Deploy 18: rinkeby and mainnet files (#605)
* rinkeby deploy 18 * mainnet deploy 18
1 parent 971e010 commit 53b73ec

File tree

8 files changed

+37
-110
lines changed

8 files changed

+37
-110
lines changed

contracts/deployments/mainnet/.migrations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"014_3pool_strategy": 1612999718,
1515
"015_flipper": 1613166856,
1616
"016_chainlink_and_buyback": 1616629649,
17-
"017_3pool_strategy_update": 1621303419
17+
"017_3pool_strategy_update": 1621303419,
18+
"018_upgrade_governor": 1624425881
1819
}

contracts/deployments/mainnet/Governor.json

Lines changed: 14 additions & 29 deletions
Large diffs are not rendered by default.

contracts/deployments/rinkeby/.migrations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"014_3pool_strategy": 1612999014,
1616
"015_flipper": 1613166556,
1717
"016_chainlink_and_buyback": 1616624684,
18-
"017_3pool_strategy_update": 1621302942
18+
"017_3pool_strategy_update": 1621302942,
19+
"018_upgrade_governor": 1624425066
1920
}

contracts/deployments/rinkeby/Governor.json

Lines changed: 13 additions & 28 deletions
Large diffs are not rendered by default.

contracts/storageLayout/mainnet/Governor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
{
3434
"contract": "Governor",
3535
"label": "proposals",
36-
"type": "t_mapping(t_uint256,t_struct(Proposal)3007_storage)",
36+
"type": "t_mapping(t_uint256,t_struct(Proposal)4236_storage)",
3737
"src": "contracts/governance/Governor.sol:31"
3838
}
3939
],
4040
"types": {
4141
"t_uint256": {
4242
"label": "uint256"
4343
},
44-
"t_mapping(t_uint256,t_struct(Proposal)3007_storage)": {
44+
"t_mapping(t_uint256,t_struct(Proposal)4236_storage)": {
4545
"label": "mapping(uint256 => struct Governor.Proposal)"
4646
},
47-
"t_struct(Proposal)3007_storage": {
47+
"t_struct(Proposal)4236_storage": {
4848
"label": "struct Governor.Proposal",
4949
"members": [
5050
{

dapp/network.mainnet.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4024,7 +4024,7 @@
40244024
]
40254025
},
40264026
"Governor": {
4027-
"address": "0x8e7bDFeCd1164C46ad51b58e49A611F954D23377",
4027+
"address": "0x830622BDd79CC677eE6594E20bBda5B26568b781",
40284028
"abi": [
40294029
{
40304030
"constant": true,
@@ -4264,21 +4264,6 @@
42644264
"stateMutability": "view",
42654265
"type": "function"
42664266
},
4267-
{
4268-
"constant": true,
4269-
"inputs": [],
4270-
"name": "setPendingAdminSign",
4271-
"outputs": [
4272-
{
4273-
"internalType": "bytes32",
4274-
"name": "",
4275-
"type": "bytes32"
4276-
}
4277-
],
4278-
"payable": false,
4279-
"stateMutability": "view",
4280-
"type": "function"
4281-
},
42824267
{
42834268
"constant": false,
42844269
"inputs": [

dapp/network.rinkeby.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4024,7 +4024,7 @@
40244024
]
40254025
},
40264026
"Governor": {
4027-
"address": "0xa39d23bA9Aa6Bb842a2A7f90ac8c0075e53E6507",
4027+
"address": "0x13b6F284F279D8C9ae691E18157E58965A358CAf",
40284028
"abi": [
40294029
{
40304030
"constant": true,
@@ -4264,21 +4264,6 @@
42644264
"stateMutability": "view",
42654265
"type": "function"
42664266
},
4267-
{
4268-
"constant": true,
4269-
"inputs": [],
4270-
"name": "setPendingAdminSign",
4271-
"outputs": [
4272-
{
4273-
"internalType": "bytes32",
4274-
"name": "",
4275-
"type": "bytes32"
4276-
}
4277-
],
4278-
"payable": false,
4279-
"stateMutability": "view",
4280-
"type": "function"
4281-
},
42824267
{
42834268
"constant": false,
42844269
"inputs": [

dapp/prod.network.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4024,7 +4024,7 @@
40244024
]
40254025
},
40264026
"Governor": {
4027-
"address": "0x8e7bDFeCd1164C46ad51b58e49A611F954D23377",
4027+
"address": "0x830622BDd79CC677eE6594E20bBda5B26568b781",
40284028
"abi": [
40294029
{
40304030
"constant": true,
@@ -4264,21 +4264,6 @@
42644264
"stateMutability": "view",
42654265
"type": "function"
42664266
},
4267-
{
4268-
"constant": true,
4269-
"inputs": [],
4270-
"name": "setPendingAdminSign",
4271-
"outputs": [
4272-
{
4273-
"internalType": "bytes32",
4274-
"name": "",
4275-
"type": "bytes32"
4276-
}
4277-
],
4278-
"payable": false,
4279-
"stateMutability": "view",
4280-
"type": "function"
4281-
},
42824267
{
42834268
"constant": false,
42844269
"inputs": [

0 commit comments

Comments
 (0)