Skip to content

Commit

Permalink
Merge pull request #785 from graphprotocol/pcv/update-authority-arb
Browse files Browse the repository at this point in the history
fix: update AllocationExchange authority address for Arbitrum One and Arbitrum Goerli
  • Loading branch information
pcarranzav committed Jan 24, 2023
2 parents d05e9ef + 0283c0b commit f844a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/graph.arbitrum-goerli.yml
@@ -1,7 +1,7 @@
general:
arbitrator: &arbitrator "0xF89688d5d44d73cc4dE880857A3940487076e5A4" # Arbitration Council (TODO: update)
governor: &governor "0x5CeeeE16F30357d49c50bcd7F520ca6527cf388a" # Graph Council (TODO: update)
authority: &authority "0xD06f366678AE139a94b2AaC2913608De568F1D03" # Authority that signs payment vouchers (TODO: update)
authority: &authority "0xac01B0b3B2Dc5D8E0D484c02c4d077C15C96a7b4" # Authority that signs payment vouchers
availabilityOracle: &availabilityOracle "0xA99A56fA38a6B9553853c84E11458AeCcdad509B" # Subgraph Availability Oracle (TODO: update)
pauseGuardian: &pauseGuardian "0x4B6C90B9fE29dfa521188B6547989C23d613b79B" # Protocol pause guardian (TODO: update)
allocationExchangeOwner: &allocationExchangeOwner "0x05F359b1319f1Ca9b799CB6386F31421c2c49dBA" # Allocation Exchange owner (TODO: update)
Expand Down
2 changes: 1 addition & 1 deletion config/graph.arbitrum-one.yml
@@ -1,7 +1,7 @@
general:
arbitrator: &arbitrator "0x113DC95e796836b8F0Fa71eE7fB42f221740c3B0" # Arbitration Council
governor: &governor "0x8C6de8F8D562f3382417340A6994601eE08D3809" # Graph Council
authority: &authority "0x79f2212de27912bCb25a452fC102C85c142E3eE3" # Authority that signs payment vouchers
authority: &authority "0xc483960d4D58eabc434Dc88a620AdFd883D6Dd4e" # Authority that signs payment vouchers
availabilityOracle: &availabilityOracle "0xbCAEE36Ce38Ec534c7078db1f90118E72173645B" # Subgraph Availability Oracle
pauseGuardian: &pauseGuardian "0xB0aD33a21b98bCA1761729A105e2E34e27153aAE" # Protocol pause guardian
allocationExchangeOwner: &allocationExchangeOwner "0x270Ea4ea9e8A699f8fE54515E3Bb2c418952623b" # Allocation Exchange owner
Expand Down

0 comments on commit f844a3d

Please sign in to comment.