-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added lumia and sonic * removed missing web3icon * bump up version, add corn icons * fix subgraph endpoints --------- Co-authored-by: YaroShkvorets <shkvorets@gmail.com>
- Loading branch information
1 parent
f39b9e5
commit 00af891
Showing
5 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |