Skip to content

Commit 92d4921

Browse files
authored
Merge pull request #837 from graphprotocol/pcv/fix-addresses-json-new-gns
chore: use new naming for L2GNS and L2Curation in addresses.json, and bump to 4.0.0
2 parents 97219a2 + 4ea2e76 commit 92d4921

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

addresses.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
"txHash": "0xca363c6bc841b43bd896b6d2098434679884d200a28013dedb48a2c95028ce40"
829829
}
830830
},
831-
"Curation": {
831+
"L2Curation": {
832832
"address": "0x22d78fb4bc72e191C765807f8891B5e1785C8014",
833833
"initArgs": [
834834
"0x0a8491544221dd212964fbb96487467291b2C97e",
@@ -862,7 +862,7 @@
862862
"runtimeCodeHash": "0x7216e736a8a8754e88688fbf5c0c7e9caf35c55ecc3a0c5a597b951c56cf7458",
863863
"txHash": "0x4334bd64938c1c5c604bde96467a8601875046569f738e6860851594c91681ff"
864864
},
865-
"GNS": {
865+
"L2GNS": {
866866
"address": "0xec9A7fb6CbC2E41926127929c2dcE6e9c5D33Bec",
867867
"initArgs": [
868868
"0x0a8491544221dd212964fbb96487467291b2C97e",
@@ -1047,7 +1047,7 @@
10471047
"txHash": "0x2d6043d89a5f5c4f3d0df0f50264ab7efebc898be0b5d358a00715ba9f657a89"
10481048
}
10491049
},
1050-
"Curation": {
1050+
"L2Curation": {
10511051
"address": "0x7080AAcC4ADF4b1E72615D6eb24CDdE40a04f6Ca",
10521052
"initArgs": [
10531053
"0x7f734E995010Aa8d28b912703093d532C37b6EAb",
@@ -1081,7 +1081,7 @@
10811081
"runtimeCodeHash": "0x7216e736a8a8754e88688fbf5c0c7e9caf35c55ecc3a0c5a597b951c56cf7458",
10821082
"txHash": "0xc11917ffedda6867648fa2cb62cca1df3c0ed485a0a0885284e93a2c5d33455c"
10831083
},
1084-
"GNS": {
1084+
"L2GNS": {
10851085
"address": "0x6bf9104e054537301cC23A1023Ca30A6Df79eB21",
10861086
"initArgs": [
10871087
"0x7f734E995010Aa8d28b912703093d532C37b6EAb",

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

0 commit comments

Comments
 (0)