Skip to content

Commit 1495c8b

Browse files
authored
Merge pull request #315 from graphprotocol/mde/fix-ethdidregistry-address
fix: use correct address for ethereumDIDRegistry in Arbitrum One
2 parents a1c356e + 1bdf07c commit 1495c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/mainnetArbitrumAddressScript.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const main = (): void => {
5959
output.tokenLockManager = '0xFCf78AC094288D7200cfdB367A8CD07108dFa128'
6060
output.useTokenLockManager = false
6161
if(output.ethereumDIDRegistry == '') {
62-
output.ethereumDIDRegistry = '0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B' // since the package doesn't have it yet
62+
output.ethereumDIDRegistry = '0xa9AEb1c6f14f4244547B9a0946C485DA99047638' // since the package doesn't have it yet
6363
}
6464
if(output.ens == '') {
6565
output.ens = '0x0000000000000000000000000000000000000000' // to avoid crashes due to bad config
@@ -70,4 +70,4 @@ const main = (): void => {
7070
}
7171
}
7272

73-
main()
73+
main()

0 commit comments

Comments
 (0)