add carbon evm chain (#2668)

* add carbon evm chain details

* fix testnet chain details
This commit is contained in:
Randy 2023-04-19 15:39:50 +08:00 committed by GitHub
parent 044380626f
commit bcd32be867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 0 deletions

View 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": []
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQUHqi1gyuTuKmJQHqt9EyhN1FPmmmLNUK8u93nMGrxAy",
"width": 1600,
"height": 1600,
"format": "png"
}
]