Skip to content

Commit

Permalink
added lumia and sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
alinobrasil committed Dec 16, 2024
1 parent 84f807f commit 2ab49d1
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
30 changes: 30 additions & 0 deletions registry/eip155/lumia.json
Original file line number Diff line number Diff line change
@@ -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" } }
}
29 changes: 29 additions & 0 deletions registry/eip155/sonic.json
Original file line number Diff line number Diff line change
@@ -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" } }
}

0 comments on commit 2ab49d1

Please sign in to comment.