We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1c356e + 1bdf07c commit 1495c8bCopy full SHA for 1495c8b
config/mainnetArbitrumAddressScript.ts
@@ -59,7 +59,7 @@ const main = (): void => {
59
output.tokenLockManager = '0xFCf78AC094288D7200cfdB367A8CD07108dFa128'
60
output.useTokenLockManager = false
61
if(output.ethereumDIDRegistry == '') {
62
- output.ethereumDIDRegistry = '0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B' // since the package doesn't have it yet
+ output.ethereumDIDRegistry = '0xa9AEb1c6f14f4244547B9a0946C485DA99047638' // since the package doesn't have it yet
63
}
64
if(output.ens == '') {
65
output.ens = '0x0000000000000000000000000000000000000000' // to avoid crashes due to bad config
@@ -70,4 +70,4 @@ const main = (): void => {
70
71
72
73
-main()
+main()
0 commit comments