Skip to content

Commit da62804

Browse files
authored
Merge pull request #881 from graphprotocol/mde/sepolia-did-registry
feat: added did registry contracts for sepolia
2 parents e0981c5 + 2edbf43 commit da62804

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

addresses.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,12 @@
14211421
"runtimeCodeHash": "0x3a7fab6792b4dad58c7b59da19c5b65b3985d1be77024a9f86cb135965e9b462",
14221422
"txHash": "0x78ff2e39d5c33ddfb89b1dbee89bdbc24452843a051f860c94e4e9dd75ded9c3"
14231423
}
1424+
},
1425+
"EthereumDIDRegistry": {
1426+
"address": "0xF5f4cA61481558709AFa94AdEDa7B5F180f4AD59",
1427+
"creationCodeHash": "0x20cd202f7991716a84c097da5fbd365fd27f7f35f241f82c529ad7aba18b814b",
1428+
"runtimeCodeHash": "0x5f396ffd54b6cd6b3faded0f366c5d7e148cc54743926061be2dfd12a75391de",
1429+
"txHash": "0x2cefbc169b8ae51c263d0298956d86a397b05f11f076b71c918551f63fe33784"
14241430
}
14251431
},
14261432
"11155111": {
@@ -1642,6 +1648,12 @@
16421648
"runtimeCodeHash": "0x796b2cef94bab38e2cc4f82fef882d4c3441ef229329468d46fa72e1fd74be4a",
16431649
"txHash": "0xbadc145e826c54b4a4a0263701a29d6ecd11f8c6533c0d8e1cfe5422321d55f6"
16441650
}
1651+
},
1652+
"EthereumDIDRegistry": {
1653+
"address": "0xDe57D27e530c99bDa15Fe231B8C632E4a37E7343",
1654+
"creationCodeHash": "0x20cd202f7991716a84c097da5fbd365fd27f7f35f241f82c529ad7aba18b814b",
1655+
"runtimeCodeHash": "0x5f396ffd54b6cd6b3faded0f366c5d7e148cc54743926061be2dfd12a75391de",
1656+
"txHash": "0x8f3c9ae70242ed54c51a8f22c8d97f3ebc34cd65ccc4cc87054637b47610cf3a"
16451657
}
16461658
}
16471659
}

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": "5.3.0",
3+
"version": "5.3.3",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)