Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/mainnetArbitrumAddressScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const main = (): void => {
output.tokenLockManager = '0xFCf78AC094288D7200cfdB367A8CD07108dFa128'
output.useTokenLockManager = false
if(output.ethereumDIDRegistry == '') {
output.ethereumDIDRegistry = '0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B' // since the package doesn't have it yet
output.ethereumDIDRegistry = '0xa9AEb1c6f14f4244547B9a0946C485DA99047638' // since the package doesn't have it yet
}
if(output.ens == '') {
output.ens = '0x0000000000000000000000000000000000000000' // to avoid crashes due to bad config
Expand All @@ -70,4 +70,4 @@ const main = (): void => {
}
}

main()
main()
Loading