File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ let allContracts = [
30
30
'Staking' ,
31
31
'RewardsManager' ,
32
32
'DisputeManager' ,
33
+ 'AllocationExchange' ,
33
34
]
34
35
35
36
export const migrate = async ( cli : CLIEnvironment , cliArgs : CLIArgs ) : Promise < void > => {
Original file line number Diff line number Diff line change 1
1
general :
2
2
arbitrator : &arbitrator "0xE1FDD398329C6b74C14cf19100316f0826a492d3"
3
+ governor : &governor "0x48301Fe520f72994d32eAd72E2B6A8447873CF50" # Graph Council
4
+ authority : &authority "0x79fd74da4c906509862c8fe93e87a9602e370bc4" # Authority that signs payment vouchers
3
5
4
6
contracts :
5
7
Controller :
@@ -91,3 +93,9 @@ contracts:
91
93
init :
92
94
controller : " ${{Controller.address}}"
93
95
issuanceRate : " 1000000012184945188" # 3% annual rate (per block increase of total supply, blocks in a year = 365*60*60*24/13)
96
+ AllocationExchange :
97
+ init :
98
+ graphToken : " ${{GraphToken.address}}"
99
+ staking : " ${{Staking.address}}"
100
+ governor : *governor
101
+ authority : *authority
You can’t perform that action at this time.
0 commit comments