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@bcd32be867 🚀
This commit is contained in:
parent
1f8edacb37
commit
48383fb185
|
@ -1590,6 +1590,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "carbon",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmQUHqi1gyuTuKmJQHqt9EyhN1FPmmmLNUK8u93nMGrxAy",
|
||||
"width": 1600,
|
||||
"height": 1600,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "nebula",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
17
chains/eip155-9790.json
Normal file
17
chains/eip155-9790.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "Carbon EVM",
|
||||
"chain": "Carbon",
|
||||
"icon": "carbon",
|
||||
"rpc": ["https://evm-api.carbon.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "swth",
|
||||
"symbol": "SWTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://carbon.network/",
|
||||
"shortName": "carbon",
|
||||
"chainId": 9790,
|
||||
"networkId": 9790,
|
||||
"explorers": []
|
||||
}
|
17
chains/eip155-9792.json
Normal file
17
chains/eip155-9792.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "Carbon EVM Testnet",
|
||||
"chain": "Carbon",
|
||||
"icon": "carbon",
|
||||
"rpc": ["https://test-evm-api.carbon.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "swth",
|
||||
"symbol": "SWTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://carbon.network/",
|
||||
"shortName": "carbon-testnet",
|
||||
"chainId": 9792,
|
||||
"networkId": 9792,
|
||||
"explorers": []
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -7031,6 +7031,32 @@
|
|||
"rpc": ["https://testnet-rpc.mainnetz.io"],
|
||||
"faucets": ["https://faucet.mainnetz.io"],
|
||||
"infoURL": "https://testnet.mainnetz.io"
|
||||
}, {
|
||||
"name": "Carbon EVM",
|
||||
"chainId": 9790,
|
||||
"shortName": "carbon",
|
||||
"networkId": 9790,
|
||||
"nativeCurrency": {
|
||||
"name": "swth",
|
||||
"symbol": "SWTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://evm-api.carbon.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://carbon.network/"
|
||||
}, {
|
||||
"name": "Carbon EVM Testnet",
|
||||
"chainId": 9792,
|
||||
"shortName": "carbon-testnet",
|
||||
"networkId": 9792,
|
||||
"nativeCurrency": {
|
||||
"name": "swth",
|
||||
"symbol": "SWTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://test-evm-api.carbon.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://carbon.network/"
|
||||
}, {
|
||||
"name": "myOwn Testnet",
|
||||
"chainId": 9999,
|
||||
|
|
|
@ -10544,6 +10544,38 @@
|
|||
"url": "https://testnet.mainnetz.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Carbon EVM",
|
||||
"chain": "Carbon",
|
||||
"icon": "carbon",
|
||||
"rpc": ["https://evm-api.carbon.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "swth",
|
||||
"symbol": "SWTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://carbon.network/",
|
||||
"shortName": "carbon",
|
||||
"chainId": 9790,
|
||||
"networkId": 9790,
|
||||
"explorers": []
|
||||
}, {
|
||||
"name": "Carbon EVM Testnet",
|
||||
"chain": "Carbon",
|
||||
"icon": "carbon",
|
||||
"rpc": ["https://test-evm-api.carbon.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "swth",
|
||||
"symbol": "SWTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://carbon.network/",
|
||||
"shortName": "carbon-testnet",
|
||||
"chainId": 9792,
|
||||
"networkId": 9792,
|
||||
"explorers": []
|
||||
}, {
|
||||
"name": "myOwn Testnet",
|
||||
"chain": "myOwn",
|
||||
|
|
8
icons/carbon.json
Normal file
8
icons/carbon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQUHqi1gyuTuKmJQHqt9EyhN1FPmmmLNUK8u93nMGrxAy",
|
||||
"width": 1600,
|
||||
"height": 1600,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -540,6 +540,8 @@
|
|||
"MainnetDev": "eip155:9700",
|
||||
"BobaBnbTestnet": "eip155:9728",
|
||||
"NetZt": "eip155:9768",
|
||||
"carbon": "eip155:9790",
|
||||
"carbon-testnet": "eip155:9792",
|
||||
"myn": "eip155:9999",
|
||||
"smartbch": "eip155:10000",
|
||||
"smartbchtest": "eip155:10001",
|
||||
|
|
Loading…
Reference in New Issue
Block a user