From 30a22d63bd7738e9b507b843aadf84c8d6b645b7 Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Wed, 27 Nov 2024 10:58:31 -0500 Subject: [PATCH 1/9] gravity-mainnet relations: its an L1, edited soneium-testnet name to match studio, edited zkyoto-testnet name to match studio (astar's testnet) added missing chain: iotex-testnet --- registry/eip155/gravity-mainnet.json | 1 - registry/eip155/iotex-testnet.json | 30 +++++++++++++++++++ ...neium-minato.json => soneium-testnet.json} | 6 ++-- ...{astar-zkyoto.json => zkyoto-testnet.json} | 4 +-- 4 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 registry/eip155/iotex-testnet.json rename registry/eip155/{soneium-minato.json => soneium-testnet.json} (88%) rename registry/eip155/{astar-zkyoto.json => zkyoto-testnet.json} (96%) diff --git a/registry/eip155/gravity-mainnet.json b/registry/eip155/gravity-mainnet.json index be0e792..b3efa57 100644 --- a/registry/eip155/gravity-mainnet.json +++ b/registry/eip155/gravity-mainnet.json @@ -20,7 +20,6 @@ "substreams": ["gravity.substreams.pinax.network:443"] }, "networkType": "mainnet", - "relations": [{ "kind": "l2Of", "network": "mainnet" }], "issuanceRewards": false, "nativeToken": "G", "docsUrl": "https://docs.gravity.xyz", diff --git a/registry/eip155/iotex-testnet.json b/registry/eip155/iotex-testnet.json new file mode 100644 index 0000000..6e5dd45 --- /dev/null +++ b/registry/eip155/iotex-testnet.json @@ -0,0 +1,30 @@ +{ + "id": "iotex-testnet", + "shortName": "Iotex", + "secondName": "Testnet", + "fullName": "Iotex Testnet", + "aliases": ["evm-4690"], + "caip2Id": "eip155:4690", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://testnet.iotexscan.io"], + "rpcUrls": ["https://babel-api.testnet.iotex.io"], + "apiUrls": ["https://testnet.index.iotexscan.io/api"], + "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, + "networkType": "testnet", + "relations": [{ "kind": "testnetOf", "network": "iotex" }], + "issuanceRewards": false, + "nativeToken": "IOTX", + "docsUrl": "https://docs.iotex.io", + "genesis": { + "hash": "0x663fc0a40a4943f1b56f501aee3ad626b5396e850aa53c5bd8759d0d47694dfc", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "iotex" } } + } + \ No newline at end of file diff --git a/registry/eip155/soneium-minato.json b/registry/eip155/soneium-testnet.json similarity index 88% rename from registry/eip155/soneium-minato.json rename to registry/eip155/soneium-testnet.json index 0b54ad4..ee78162 100644 --- a/registry/eip155/soneium-minato.json +++ b/registry/eip155/soneium-testnet.json @@ -1,9 +1,9 @@ { - "id": "soneium-minato", + "id": "soneium-testnet", "shortName": "Soneium", "secondName": "Minato", "fullName": "Soneium Minato Testnet", - "aliases": ["soneium-minato-testnet", "soneium-testnet"], + "aliases": ["soneium-minato-testnet", "soneium-minato", "minato"], "caip2Id": "eip155:1946", "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://soneium-minato.blockscout.com"], @@ -16,7 +16,7 @@ ], "networkType": "testnet", "relations": [ - { "kind": "testnetOf", "network": "soneium-minato" }, + { "kind": "testnetOf", "network": "soneium-testnet" }, { "kind": "l2Of", "network": "sepolia" } ], "services": { diff --git a/registry/eip155/astar-zkyoto.json b/registry/eip155/zkyoto-testnet.json similarity index 96% rename from registry/eip155/astar-zkyoto.json rename to registry/eip155/zkyoto-testnet.json index 657148c..92a5a79 100644 --- a/registry/eip155/astar-zkyoto.json +++ b/registry/eip155/zkyoto-testnet.json @@ -1,9 +1,9 @@ { - "id": "astar-zkyoto", + "id": "zkyoto-testnet", "shortName": "Astar", "secondName": "zKyoto", "fullName": "Astar zkEVM Testnet zKyoto", - "aliases": ["evm-6038361", "astar-testnet", "astar-zkevm-testnet"], + "aliases": ["evm-6038361", "astar-testnet", "astar-zkevm-testnet", "astar-zkyoto"], "caip2Id": "eip155:6038361", "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://zkyoto.explorer.startale.com"], From 5b127b47ae8264c24482ea4ecb4ff9d5d74c3ae6 Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Wed, 27 Nov 2024 15:41:43 -0500 Subject: [PATCH 2/9] added abstract and corn. fixed iotex-testnet --- registry/eip155/abstract-testnet.json | 30 +++++++++++++++++++++++++ registry/eip155/abstract.json | 24 ++++++++++++++++++++ registry/eip155/corn-testnet.json | 32 +++++++++++++++++++++++++++ registry/eip155/corn.json | 28 +++++++++++++++++++++++ registry/eip155/iotex-testnet.json | 10 ++++++--- 5 files changed, 121 insertions(+), 3 deletions(-) create mode 100644 registry/eip155/abstract-testnet.json create mode 100644 registry/eip155/abstract.json create mode 100644 registry/eip155/corn-testnet.json create mode 100644 registry/eip155/corn.json diff --git a/registry/eip155/abstract-testnet.json b/registry/eip155/abstract-testnet.json new file mode 100644 index 0000000..d0b0ea6 --- /dev/null +++ b/registry/eip155/abstract-testnet.json @@ -0,0 +1,30 @@ +{ + "id": "abstract-testnet", + "shortName": "Abstract", + "secondName": "Testnet", + "fullName": "Abstract Testnet", + "aliases": ["evm-11124"], + "caip2Id": "eip155:11124", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://explorer.testnet.abs.xyz/"], + "rpcUrls": ["https://api.testnet.abs.xyz"], + "apiUrls": ["https://block-explorer-api.testnet.abs.xyz/api"], + "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, + "networkType": "testnet", + "relations": [{ "kind": "testnetOf", "network": "abstract" }], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.abs.xyz/", + "genesis": { + "hash": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "abstract" } } + } + \ No newline at end of file diff --git a/registry/eip155/abstract.json b/registry/eip155/abstract.json new file mode 100644 index 0000000..12f29cd --- /dev/null +++ b/registry/eip155/abstract.json @@ -0,0 +1,24 @@ +{ + "id": "abstract", + "shortName": "Abstract", + "fullName": "Abstract Mainnet", + "aliases": ["evm-2741"], + "caip2Id": "eip155:2741", + "graphNode": { "protocol": "ethereum" }, + "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.abs.xyz/", + "genesis": { + "hash": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "abstract" } } +} diff --git a/registry/eip155/corn-testnet.json b/registry/eip155/corn-testnet.json new file mode 100644 index 0000000..04fac5a --- /dev/null +++ b/registry/eip155/corn-testnet.json @@ -0,0 +1,32 @@ +{ + "id": "chicornliz-testnet", + "shortName": "Corn", + "secondName": "Testnet", + "fullName": "Corn Testnet", + "aliases": ["evm-21000001"], + "caip2Id": "eip155:21000001", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://testnet-explorer.usecorn.com"], + "rpcUrls": ["https://testnet-rpc.usecorn.com"], + "apiUrls": [ + { "url": "https://testnet-explorer.usecorn.com/api", "kind": "etherscan" } + ], + "networkType": "testnet", + "relations": [{ "kind": "testnetOf", "network": "corn" }], + "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, + "issuanceRewards": false, + "nativeToken": "BTCN", + "docsUrl": "https://docs.usecorn.com/", + "genesis": { + "hash": "0x110954744ffd9d4bcd4f7998896d1948f654c9e5ccf6fcda1637a35a1863a71d", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "chiliz" } } + } + \ No newline at end of file diff --git a/registry/eip155/corn.json b/registry/eip155/corn.json new file mode 100644 index 0000000..88f9d00 --- /dev/null +++ b/registry/eip155/corn.json @@ -0,0 +1,28 @@ +{ + "id": "corn", + "shortName": "Corn", + "fullName": "Corn Maizenet", + "aliases": ["evm-21000000", "corn-mainnet", "corn-maizenet"], + "caip2Id": "eip155:21000000", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://maizenet-explorer.usecorn.com"], + "rpcUrls": ["https://maizenet-rpc.usecorn.com"], + "apiUrls": ["https://maizenet-explorer.usecorn.com/api"], + "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "corn", + "docsUrl": "https://docs.usecorn.com/", + "genesis": { + "hash": "0x80cd408e666fa2755da953bfd9056f09618318d5f71011a8247cebe2a13ae30f", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "corn" } } + } + \ No newline at end of file diff --git a/registry/eip155/iotex-testnet.json b/registry/eip155/iotex-testnet.json index 6e5dd45..c8a988a 100644 --- a/registry/eip155/iotex-testnet.json +++ b/registry/eip155/iotex-testnet.json @@ -7,8 +7,12 @@ "caip2Id": "eip155:4690", "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://testnet.iotexscan.io"], - "rpcUrls": ["https://babel-api.testnet.iotex.io"], - "apiUrls": ["https://testnet.index.iotexscan.io/api"], + "rpcUrls": [ + "https://babel-api.testnet.iotex.io" + ], + "apiUrls": [ + "https://testnet.index.iotexscan.io/api" + ], "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, "networkType": "testnet", "relations": [{ "kind": "testnetOf", "network": "iotex" }], @@ -17,7 +21,7 @@ "docsUrl": "https://docs.iotex.io", "genesis": { "hash": "0x663fc0a40a4943f1b56f501aee3ad626b5396e850aa53c5bd8759d0d47694dfc", - "height": 0 + "height": 1 }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", From e03f260e29202e2f538a3e41600dec9db191cf06 Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Wed, 27 Nov 2024 15:45:09 -0500 Subject: [PATCH 3/9] removing corn --- registry/eip155/corn-testnet.json | 32 ------------------------------- registry/eip155/corn.json | 28 --------------------------- 2 files changed, 60 deletions(-) delete mode 100644 registry/eip155/corn-testnet.json delete mode 100644 registry/eip155/corn.json diff --git a/registry/eip155/corn-testnet.json b/registry/eip155/corn-testnet.json deleted file mode 100644 index 04fac5a..0000000 --- a/registry/eip155/corn-testnet.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "id": "chicornliz-testnet", - "shortName": "Corn", - "secondName": "Testnet", - "fullName": "Corn Testnet", - "aliases": ["evm-21000001"], - "caip2Id": "eip155:21000001", - "graphNode": { "protocol": "ethereum" }, - "explorerUrls": ["https://testnet-explorer.usecorn.com"], - "rpcUrls": ["https://testnet-rpc.usecorn.com"], - "apiUrls": [ - { "url": "https://testnet-explorer.usecorn.com/api", "kind": "etherscan" } - ], - "networkType": "testnet", - "relations": [{ "kind": "testnetOf", "network": "corn" }], - "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, - "issuanceRewards": false, - "nativeToken": "BTCN", - "docsUrl": "https://docs.usecorn.com/", - "genesis": { - "hash": "0x110954744ffd9d4bcd4f7998896d1948f654c9e5ccf6fcda1637a35a1863a71d", - "height": 0 - }, - "firehose": { - "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, - "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" - }, - "icon": { "web3Icons": { "name": "chiliz" } } - } - \ No newline at end of file diff --git a/registry/eip155/corn.json b/registry/eip155/corn.json deleted file mode 100644 index 88f9d00..0000000 --- a/registry/eip155/corn.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "id": "corn", - "shortName": "Corn", - "fullName": "Corn Maizenet", - "aliases": ["evm-21000000", "corn-mainnet", "corn-maizenet"], - "caip2Id": "eip155:21000000", - "graphNode": { "protocol": "ethereum" }, - "explorerUrls": ["https://maizenet-explorer.usecorn.com"], - "rpcUrls": ["https://maizenet-rpc.usecorn.com"], - "apiUrls": ["https://maizenet-explorer.usecorn.com/api"], - "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, - "networkType": "mainnet", - "issuanceRewards": false, - "nativeToken": "corn", - "docsUrl": "https://docs.usecorn.com/", - "genesis": { - "hash": "0x80cd408e666fa2755da953bfd9056f09618318d5f71011a8247cebe2a13ae30f", - "height": 0 - }, - "firehose": { - "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, - "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" - }, - "icon": { "web3Icons": { "name": "corn" } } - } - \ No newline at end of file From 9b3b713fe356fc3b2b7008a3bc9e501d2d804fb1 Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Wed, 27 Nov 2024 16:03:51 -0500 Subject: [PATCH 4/9] fix api url --- .env.example | 7 ------- registry/eip155/abstract-testnet.json | 2 +- registry/eip155/iotex-testnet.json | 4 +--- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index 164e19a..0000000 --- a/.env.example +++ /dev/null @@ -1,7 +0,0 @@ -REGISTRY_ROOT_URL="https://graphregistry.pages.dev" - -# [optional] to query network subgraph for validation -THEGRAPH_STUDIO_KEY= - -# [optional] to query firehose endpoints for validation -SF_API_KEY= diff --git a/registry/eip155/abstract-testnet.json b/registry/eip155/abstract-testnet.json index d0b0ea6..c4bf842 100644 --- a/registry/eip155/abstract-testnet.json +++ b/registry/eip155/abstract-testnet.json @@ -8,7 +8,7 @@ "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://explorer.testnet.abs.xyz/"], "rpcUrls": ["https://api.testnet.abs.xyz"], - "apiUrls": ["https://block-explorer-api.testnet.abs.xyz/api"], + "apiUrls": [{"url": "https://block-explorer-api.testnet.abs.xyz/api", "kind": "etherscan"}], "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, "networkType": "testnet", "relations": [{ "kind": "testnetOf", "network": "abstract" }], diff --git a/registry/eip155/iotex-testnet.json b/registry/eip155/iotex-testnet.json index c8a988a..bdd5abf 100644 --- a/registry/eip155/iotex-testnet.json +++ b/registry/eip155/iotex-testnet.json @@ -10,9 +10,7 @@ "rpcUrls": [ "https://babel-api.testnet.iotex.io" ], - "apiUrls": [ - "https://testnet.index.iotexscan.io/api" - ], + "apiUrls": [{"url": "https://testnet.index.iotexscan.io/api", "kind": "etherscan"}], "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, "networkType": "testnet", "relations": [{ "kind": "testnetOf", "network": "iotex" }], From bad6888f919f9274c753822a81ad2257651a9eb1 Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Wed, 27 Nov 2024 16:10:08 -0500 Subject: [PATCH 5/9] restore gravity as l2 --- .env.example | 7 +++++++ registry/eip155/gravity-mainnet.json | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7dc111c --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +REGISTRY_ROOT_URL="https://graphregistry.pages.dev" + +# [optional] to query network subgraph for validation +THEGRAPH_STUDIO_KEY= + +# [optional] to query firehose endpoints for validation +SF_API_KEY= \ No newline at end of file diff --git a/registry/eip155/gravity-mainnet.json b/registry/eip155/gravity-mainnet.json index b3efa57..53f8959 100644 --- a/registry/eip155/gravity-mainnet.json +++ b/registry/eip155/gravity-mainnet.json @@ -14,6 +14,9 @@ "apiUrls": [ { "url": "https://explorer.gravity.xyz/api", "kind": "etherscan" } ], + "relations": [ + { "kind": "l2Of", "network": "sepolia" } + ], "services": { "subgraphs": ["https://api.thegraph.com/deploy"], "firehose": ["gravity.firehose.pinax.network:443"], From 7c8d8c8f3c61e4bb79704f06419d4ec7309b7f2b Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Wed, 27 Nov 2024 16:11:19 -0500 Subject: [PATCH 6/9] fix gravity l2 --- registry/eip155/gravity-mainnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/eip155/gravity-mainnet.json b/registry/eip155/gravity-mainnet.json index 53f8959..bc64191 100644 --- a/registry/eip155/gravity-mainnet.json +++ b/registry/eip155/gravity-mainnet.json @@ -15,7 +15,7 @@ { "url": "https://explorer.gravity.xyz/api", "kind": "etherscan" } ], "relations": [ - { "kind": "l2Of", "network": "sepolia" } + { "kind": "l2Of", "network": "mainnet" } ], "services": { "subgraphs": ["https://api.thegraph.com/deploy"], From 5589bff73871e411d0d8cf19a8132d688bdbcc50 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Wed, 27 Nov 2024 22:10:18 -0500 Subject: [PATCH 7/9] fix validation script --- .env.example | 2 +- src/validate.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 7dc111c..164e19a 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,4 @@ REGISTRY_ROOT_URL="https://graphregistry.pages.dev" THEGRAPH_STUDIO_KEY= # [optional] to query firehose endpoints for validation -SF_API_KEY= \ No newline at end of file +SF_API_KEY= diff --git a/src/validate.ts b/src/validate.ts index 54e0f92..50642c3 100644 --- a/src/validate.ts +++ b/src/validate.ts @@ -38,7 +38,7 @@ function validateUniqueness(networks: Network[]) { if (Array.isArray(n[obj])) { return n[obj].map((item) => item[fi]); } - if (Array.isArray(n[obj][fi])) { + if (Array.isArray(n[obj]?.[fi])) { return n[obj][fi]; } return [n[obj]?.[fi]].filter(Boolean); From 0e3545939ab73309cb19614d1a1333829178a631 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Wed, 27 Nov 2024 22:30:30 -0500 Subject: [PATCH 8/9] fix hashes --- registry/eip155/abstract-testnet.json | 10 ++++------ registry/eip155/abstract.json | 7 ++++--- registry/eip155/lens-testnet.json | 4 ++-- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/registry/eip155/abstract-testnet.json b/registry/eip155/abstract-testnet.json index c4bf842..b2af063 100644 --- a/registry/eip155/abstract-testnet.json +++ b/registry/eip155/abstract-testnet.json @@ -1,9 +1,8 @@ { "id": "abstract-testnet", "shortName": "Abstract", - "secondName": "Testnet", "fullName": "Abstract Testnet", - "aliases": ["evm-11124"], + "aliases": ["evm-11124", "abstract-sepolia"], "caip2Id": "eip155:11124", "graphNode": { "protocol": "ethereum" }, "explorerUrls": ["https://explorer.testnet.abs.xyz/"], @@ -11,13 +10,13 @@ "apiUrls": [{"url": "https://block-explorer-api.testnet.abs.xyz/api", "kind": "etherscan"}], "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, "networkType": "testnet", - "relations": [{ "kind": "testnetOf", "network": "abstract" }], + "relations": [{ "kind": "testnetOf", "network": "abstract" }, { "kind": "l2Of", "network": "sepolia" }], "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://docs.abs.xyz/", "genesis": { - "hash": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", - "height": 0 + "hash": "0xfbb449463d9f1ec874d597d80d911f60857cc2fbf93f8ac83c70f8cfa2220a74", + "height": 1 }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", @@ -27,4 +26,3 @@ }, "icon": { "web3Icons": { "name": "abstract" } } } - \ No newline at end of file diff --git a/registry/eip155/abstract.json b/registry/eip155/abstract.json index 12f29cd..b6c1f8a 100644 --- a/registry/eip155/abstract.json +++ b/registry/eip155/abstract.json @@ -2,17 +2,18 @@ "id": "abstract", "shortName": "Abstract", "fullName": "Abstract Mainnet", - "aliases": ["evm-2741"], + "aliases": ["evm-2741", "abstract-mainnet"], "caip2Id": "eip155:2741", "graphNode": { "protocol": "ethereum" }, "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, "networkType": "mainnet", + "relations": [{ "kind": "l2Of", "network": "mainnet" }], "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://docs.abs.xyz/", "genesis": { - "hash": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", - "height": 0 + "hash": "0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef", + "height": 1 }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", diff --git a/registry/eip155/lens-testnet.json b/registry/eip155/lens-testnet.json index 93663ea..afdb344 100644 --- a/registry/eip155/lens-testnet.json +++ b/registry/eip155/lens-testnet.json @@ -23,8 +23,8 @@ "nativeToken": "GRASS", "docsUrl": "https://www.lens.xyz/docs", "genesis": { - "hash": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", - "height": 0 + "hash": "0x5712a0fa02404a9fe852ef7d19ea2c019af52f59faa262a34f327ba03bbdc6d2", + "height": 1 }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", From 704435c738027583b3cc48f93e5f3764462cd9ad Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Wed, 27 Nov 2024 22:31:42 -0500 Subject: [PATCH 9/9] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afc61c5..1be9f73 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.5", + "version": "0.6.7", "private": true, "type": "module", "scripts": {