mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
531 B
JSON
28 lines
531 B
JSON
{
|
|
"name": "TCG Verse Mainnet",
|
|
"chain": "TCG Verse",
|
|
"icon": "tcg_verse",
|
|
"rpc": ["https://rpc.tcgverse.xyz"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "OAS",
|
|
"symbol": "OAS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://tcgverse.xyz/",
|
|
"shortName": "TCGV",
|
|
"chainId": 2400,
|
|
"networkId": 2400,
|
|
"explorers": [
|
|
{
|
|
"name": "TCG Verse Explorer",
|
|
"url": "https://explorer.tcgverse.xyz",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"parent": {
|
|
"type": "L2",
|
|
"chain": "eip155-248"
|
|
}
|
|
}
|