Skip to content

Commit 83eacc1

Browse files
committedJan 25, 2022
v1.10.1
- Update address book with new deployed testnet contracts
1 parent 180f2c4 commit 83eacc1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎addresses.json

+12
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,18 @@
595595
"creationCodeHash": "0x2f052eda2faa00c8dd54ec9bffab95be79075e528f24c3fa9f722c77dcc26d20",
596596
"runtimeCodeHash": "0xec837eb756268aa8a18c5d3182a5c2bf89bd0369f1de07ffa33b1ec5d3bef41a",
597597
"txHash": "0x359cf3945b2584f45633c6f6f37ce5a46129b462232107bb29c456d7fdcb66d0"
598+
},
599+
"SubgraphNFTDescriptor": {
600+
"address": "0xCD48b23d3a711A026658b83F0a3b5c787AfA84da",
601+
"creationCodeHash": "0x7ac0757e66857e512df199569ee11c47a61b00a8d812469b79afa5dafa98c0ed",
602+
"runtimeCodeHash": "0x9a34ad6b202bdfa95ea85654ea2e0dd40a4b8b10847f1c3d3d805fa95a078a3d",
603+
"txHash": "0x77d98358726575ae044ac988b98b63f537951ccae2010e7177c4a7833dce9158"
604+
},
605+
"SubgraphNFT": {
606+
"address": "0x44d9D2e16eF55E55D7cc99F42425f9b750659dAB",
607+
"creationCodeHash": "0x8c9929ec6293458209f9cbadd96821604765e3656fe3c7b289b99194ede15336",
608+
"runtimeCodeHash": "0x6309a51754b6bec245685c7a81059dc28e3756f1045f18d059abc9294f454a6a",
609+
"txHash": "0x54d2b82081683bcb5577afbfa73896af418dadddc429be5bbf6c73d378e05730"
598610
}
599611
},
600612
"1337": {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)
Please sign in to comment.