Deploying to gh-pages from @ ethereum-lists/chains@c024fc30c4 🚀

This commit is contained in:
ligi 2023-01-25 16:07:50 +00:00
parent 630f36b2d5
commit fef82c7810
10 changed files with 85 additions and 4 deletions

View File

@ -46,6 +46,14 @@
"height": 688, "height": 688,
"format": "png" "format": "png"
}] }]
}, {
"name": "tcg_verse",
"icons": [{
"url": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe",
"width": 350,
"height": 350,
"format": "png"
}]
}, { }, {
"name": "SX", "name": "SX",
"icons": [{ "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
View 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

View File

@ -4470,6 +4470,19 @@
"rpc": ["https://bombchain-testnet.ankr.com/bas_full_rpc_1"], "rpc": ["https://bombchain-testnet.ankr.com/bas_full_rpc_1"],
"faucets": ["https://faucet.bombchain-testnet.ankr.com/"], "faucets": ["https://faucet.bombchain-testnet.ankr.com/"],
"infoURL": "https://www.bombmoney.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", "name": "Kortho Mainnet",
"chainId": 2559, "chainId": 2559,

View File

@ -6429,6 +6429,30 @@
"url": "https://explorer.bombchain-testnet.ankr.com", "url": "https://explorer.bombchain-testnet.ankr.com",
"standard": "EIP3091" "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", "name": "Kortho Mainnet",
"chain": "Kortho Chain", "chain": "Kortho Chain",

8
icons/tcg_verse.json Normal file
View 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

View File

@ -343,6 +343,7 @@
"bomb": "eip155:2300", "bomb": "eip155:2300",
"alt": "eip155:2330", "alt": "eip155:2330",
"bombt": "eip155:2399", "bombt": "eip155:2399",
"TCGV": "eip155:2400",
"ktoc": "eip155:2559", "ktoc": "eip155:2559",
"tpc": "eip155:2569", "tpc": "eip155:2569",
"pocrnet": "eip155:2606", "pocrnet": "eip155:2606",