Skip to content

Commit 52ed4b0

Browse files
Theodusabarmat
authored andcommitted
Configure AllocationExchange as assetHolder
1 parent 83eacc1 commit 52ed4b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

graph.config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ contracts:
9696
- fn: "setSlasher"
9797
slasher: "${{DisputeManager.address}}"
9898
allowed: true
99+
- fn: "setAssetHolder"
100+
assetHolder: "${{AllocationExchange.address}}"
101+
allowed: true
99102
RewardsManager:
100103
proxy: true
101104
init:
@@ -106,4 +109,4 @@ contracts:
106109
graphToken: "${{GraphToken.address}}"
107110
staking: "${{Staking.address}}"
108111
governor: *governor
109-
authority: *authority
112+
authority: *authority

0 commit comments

Comments
 (0)