mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@c024fc30c4 🚀
This commit is contained in:
parent
630f36b2d5
commit
fef82c7810
|
@ -46,6 +46,14 @@
|
|||
"height": 688,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "tcg_verse",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe",
|
||||
"width": 350,
|
||||
"height": 350,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "SX",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
27
chains/eip155-2400.json
Normal file
27
chains/eip155-2400.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4470,6 +4470,19 @@
|
|||
"rpc": ["https://bombchain-testnet.ankr.com/bas_full_rpc_1"],
|
||||
"faucets": ["https://faucet.bombchain-testnet.ankr.com/"],
|
||||
"infoURL": "https://www.bombmoney.com"
|
||||
}, {
|
||||
"name": "TCG Verse Mainnet",
|
||||
"chainId": 2400,
|
||||
"shortName": "TCGV",
|
||||
"networkId": 2400,
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.tcgverse.xyz"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tcgverse.xyz/"
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chainId": 2559,
|
||||
|
|
|
@ -6429,6 +6429,30 @@
|
|||
"url": "https://explorer.bombchain-testnet.ankr.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chain": "Kortho Chain",
|
||||
|
|
8
icons/tcg_verse.json
Normal file
8
icons/tcg_verse.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe",
|
||||
"width": 350,
|
||||
"height": 350,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -343,6 +343,7 @@
|
|||
"bomb": "eip155:2300",
|
||||
"alt": "eip155:2330",
|
||||
"bombt": "eip155:2399",
|
||||
"TCGV": "eip155:2400",
|
||||
"ktoc": "eip155:2559",
|
||||
"tpc": "eip155:2569",
|
||||
"pocrnet": "eip155:2606",
|
||||
|
|
Loading…
Reference in New Issue
Block a user