Skip to content

Commit d65dd1f

Browse files
committed
fix: update arbitrum config files
Signed-off-by: Tomás Migone <[email protected]>
1 parent 5a69559 commit d65dd1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

config/graph.arbitrum-goerli.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

config/graph.arbitrum-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)