diff --git a/package.json b/package.json index 41b5473..15fd063 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.13", + "version": "0.6.14", "private": true, "type": "module", "scripts": { diff --git a/registry/eip155/corn-testnet.json b/registry/eip155/corn-testnet.json index 2eb8eb6..96abf42 100644 --- a/registry/eip155/corn-testnet.json +++ b/registry/eip155/corn-testnet.json @@ -32,5 +32,10 @@ "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex" + }, + "icon": { + "web3Icons": { + "name": "corn" + } } } diff --git a/registry/eip155/corn.json b/registry/eip155/corn.json index 27bf8a1..ac5bd90 100644 --- a/registry/eip155/corn.json +++ b/registry/eip155/corn.json @@ -29,5 +29,10 @@ "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex" + }, + "icon": { + "web3Icons": { + "name": "corn" + } } } diff --git a/registry/eip155/lumia.json b/registry/eip155/lumia.json new file mode 100644 index 0000000..c30a3af --- /dev/null +++ b/registry/eip155/lumia.json @@ -0,0 +1,29 @@ +{ + "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.studio.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" + } +} diff --git a/registry/eip155/sonic.json b/registry/eip155/sonic.json new file mode 100644 index 0000000..56c50fa --- /dev/null +++ b/registry/eip155/sonic.json @@ -0,0 +1,28 @@ +{ + "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.studio.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" + } +}