Skip to content

Commit 358a8ec

Browse files
authored
fix: add back IEthereumDIDRegistry address to the addressbook (#658)
Signed-off-by: Tomás Migone <[email protected]>
1 parent ea89add commit 358a8ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/predeploy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
cat addresses.json |
44
jq '."1"."IENS".address = "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"' |
5-
jq '."4"."IENS".address = "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"' > addresses.json.tmp
5+
jq '."5"."IENS".address = "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"' |
6+
jq '."1"."IEthereumDIDRegistry".address = "0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B"' |
7+
jq '."5"."IEthereumDIDRegistry".address = "0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B"' > addresses.json.tmp
68
mv addresses.json.tmp addresses.json

0 commit comments

Comments
 (0)