mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add carbon evm chain (#2668)
* add carbon evm chain details * fix testnet chain details
This commit is contained in:
parent
044380626f
commit
bcd32be867
17
_data/chains/eip155-9790.json
Normal file
17
_data/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
_data/chains/eip155-9792.json
Normal file
17
_data/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": []
|
||||
}
|
8
_data/icons/carbon.json
Normal file
8
_data/icons/carbon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQUHqi1gyuTuKmJQHqt9EyhN1FPmmmLNUK8u93nMGrxAy",
|
||||
"width": 1600,
|
||||
"height": 1600,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user