Skip to content

Commit

Permalink
fix: ethereumDIDRegistry and ENS separation in arb sepolia script
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Nov 21, 2023
1 parent f5fce43 commit 91beeea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/arbitrumSepoliaAddressScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const main = (): void => {
output.useTokenLockManager = false
if(output.ens == '') {
output.ens = '0x0000000000000000000000000000000000000000' // to avoid crashes due to bad config
}
if(output.ethereumDIDRegistry == '') {
output.ethereumDIDRegistry = '0x0000000000000000000000000000000000000000' // to avoid crashes due to bad config
}
fs.writeFileSync(__dirname + '/generatedAddresses.json', JSON.stringify(output, null, 2))
Expand Down

0 comments on commit 91beeea

Please sign in to comment.