Skip to content

Commit f844a3d

Browse files
authored
Merge pull request #785 from graphprotocol/pcv/update-authority-arb
fix: update AllocationExchange authority address for Arbitrum One and Arbitrum Goerli
2 parents d05e9ef + 0283c0b commit f844a3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/graph.arbitrum-goerli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
general:
22
arbitrator: &arbitrator "0xF89688d5d44d73cc4dE880857A3940487076e5A4" # Arbitration Council (TODO: update)
33
governor: &governor "0x5CeeeE16F30357d49c50bcd7F520ca6527cf388a" # Graph Council (TODO: update)
4-
authority: &authority "0xD06f366678AE139a94b2AaC2913608De568F1D03" # Authority that signs payment vouchers (TODO: update)
4+
authority: &authority "0xac01B0b3B2Dc5D8E0D484c02c4d077C15C96a7b4" # Authority that signs payment vouchers
55
availabilityOracle: &availabilityOracle "0xA99A56fA38a6B9553853c84E11458AeCcdad509B" # Subgraph Availability Oracle (TODO: update)
66
pauseGuardian: &pauseGuardian "0x4B6C90B9fE29dfa521188B6547989C23d613b79B" # Protocol pause guardian (TODO: update)
77
allocationExchangeOwner: &allocationExchangeOwner "0x05F359b1319f1Ca9b799CB6386F31421c2c49dBA" # Allocation Exchange owner (TODO: update)

config/graph.arbitrum-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
general:
22
arbitrator: &arbitrator "0x113DC95e796836b8F0Fa71eE7fB42f221740c3B0" # Arbitration Council
33
governor: &governor "0x8C6de8F8D562f3382417340A6994601eE08D3809" # Graph Council
4-
authority: &authority "0x79f2212de27912bCb25a452fC102C85c142E3eE3" # Authority that signs payment vouchers
4+
authority: &authority "0xc483960d4D58eabc434Dc88a620AdFd883D6Dd4e" # Authority that signs payment vouchers
55
availabilityOracle: &availabilityOracle "0xbCAEE36Ce38Ec534c7078db1f90118E72173645B" # Subgraph Availability Oracle
66
pauseGuardian: &pauseGuardian "0xB0aD33a21b98bCA1761729A105e2E34e27153aAE" # Protocol pause guardian
77
allocationExchangeOwner: &allocationExchangeOwner "0x270Ea4ea9e8A699f8fE54515E3Bb2c418952623b" # Allocation Exchange owner

0 commit comments

Comments
 (0)