File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ contracts:
5454 proxy : true
5555 init :
5656 owner : *governor
57+ calls :
58+ - fn : " addMinter"
59+ minter : " ${{RewardsManager.address}}"
5760 Curation :
5861 proxy : true
5962 init :
@@ -122,7 +125,7 @@ contracts:
122125 subgraphAvailabilityOracle : *availabilityOracle
123126 AllocationExchange :
124127 init :
125- graphToken : " ${{GraphToken .address}}"
128+ graphToken : " ${{L2GraphToken .address}}"
126129 staking : " ${{Staking.address}}"
127130 governor : *allocationExchangeOwner
128131 authority : *authority
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ contracts:
125125 subgraphAvailabilityOracle : *availabilityOracle
126126 AllocationExchange :
127127 init :
128- graphToken : " ${{GraphToken .address}}"
128+ graphToken : " ${{L2GraphToken .address}}"
129129 staking : " ${{Staking.address}}"
130130 governor : *allocationExchangeOwner
131131 authority : *authority
You can’t perform that action at this time.
0 commit comments