Skip to content

Commit d05e9ef

Browse files
authored
Merge pull request #784 from graphprotocol/pcv/arb-one-did-deployment
feat: add EthereumDIDRegistry deployment to Arbitrum One
2 parents 7780911 + 9b0f723 commit d05e9ef

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

addresses.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,15 @@
957957
"runtimeCodeHash": "0x29e47f693053f978d6b2ac0a327319591bf5b5e8a6e6c0744b8afcc0250bf667",
958958
"txHash": "0x0eaa9d03982b88e765262a15b95548cb688ce9337a48460f39e55f8850690cbe"
959959
}
960+
},
961+
"EthereumDIDRegistry": {
962+
"address": "0xa9AEb1c6f14f4244547B9a0946C485DA99047638",
963+
"creationCodeHash": "0x20cd202f7991716a84c097da5fbd365fd27f7f35f241f82c529ad7aba18b814b",
964+
"runtimeCodeHash": "0x5f396ffd54b6cd6b3faded0f366c5d7e148cc54743926061be2dfd12a75391de",
965+
"txHash": "0xdd23b546fa3b6be0cea2339abe3023a082153693fbc7bf1bc86d190165823b39"
966+
},
967+
"IEthereumDIDRegistry": {
968+
"address": "0xa9AEb1c6f14f4244547B9a0946C485DA99047638"
960969
}
961970
},
962971
"421613": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

scripts/predeploy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ cat addresses.json |
55
jq '."5"."IENS".address = "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"' |
66
jq '."1"."IEthereumDIDRegistry".address = "0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B"' |
77
jq '."5"."IEthereumDIDRegistry".address = "0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B"' |
8+
jq '."42161"."IEthereumDIDRegistry".address = "0xa9AEb1c6f14f4244547B9a0946C485DA99047638"' |
89
jq '."421613"."IEthereumDIDRegistry".address = "0x8FFfcD6a85D29E9C33517aaf60b16FE4548f517E"' > addresses.json.tmp
910
mv addresses.json.tmp addresses.json

0 commit comments

Comments
 (0)