From 2ab49d1c5a75bb3285109b9d01afd1daa60289f2 Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Mon, 16 Dec 2024 12:03:46 -0500 Subject: [PATCH] added lumia and sonic --- registry/eip155/lumia.json | 30 ++++++++++++++++++++++++++++++ registry/eip155/sonic.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 registry/eip155/lumia.json create mode 100644 registry/eip155/sonic.json diff --git a/registry/eip155/lumia.json b/registry/eip155/lumia.json new file mode 100644 index 0000000..2e9b023 --- /dev/null +++ b/registry/eip155/lumia.json @@ -0,0 +1,30 @@ +{ + "id": "lumia", + "shortName": "Lumia", + "fullName": "Lumia Mainnet", + "aliases": ["evm-994873017", "lumia-mainnet"], + "caip2Id": "eip155:994873017", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://lens.lumia.org"], + "rpcUrls": ["https://mainnet-rpc.lumia.org"], + "apiUrls": [ + { "url": "https://explorer.lumia.org/api/", "kind": "etherscan"} + ], + "relations": [{ "kind": "l2Of", "network": "mainnet" }], + "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "LUMIA", + "docsUrl": "https://docs.lumia.org", + "genesis": { + "hash": "0xbe2fbdd3862a852c02db24f4dcdc8c5eebc74777f393a0119410ed81f6a39120", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "lumia" } } +} diff --git a/registry/eip155/sonic.json b/registry/eip155/sonic.json new file mode 100644 index 0000000..bd03710 --- /dev/null +++ b/registry/eip155/sonic.json @@ -0,0 +1,29 @@ +{ + "id": "sonic", + "shortName": "Sonic", + "fullName": "Sonic Mainnet", + "aliases": ["evm-146", "sonic-mainnet"], + "caip2Id": "eip155:146", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://sonicscan.org"], + "rpcUrls": ["https://rpc.soniclabs.com"], + "apiUrls": [ + { "url":"https://api.routescan.io/v2/network/mainnet/evm/146/etherscan/api", "kind": "etherscan"} + ], + "services": { "subgraphs": ["https://api.thegraph.com/deploy"] }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "S", + "docsUrl": "https://docs.soniclabs.com/", + "genesis": { + "hash": "0x411c75a1b1c2f2f458bcf243e7743d114e0117a4233cc13d91e7efc8fe8b0f3b", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "sonic" } } +}