mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
feat: add CloudWalk networks (#1147)
This commit is contained in:
parent
22293518d0
commit
d735f25914
22
_data/chains/eip155-2008.json
Normal file
22
_data/chains/eip155-2008.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "CloudWalk Testnet",
|
||||
"chain": "CloudWalk Testnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CloudWalk Native Token",
|
||||
"symbol": "CWN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cloudwalk.io",
|
||||
"shortName": "cloudwalk_testnet",
|
||||
"chainId": 2008,
|
||||
"networkId": 2008,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "CloudWalk Testnet Explorer",
|
||||
"url": "https://explorer.testnet.cloudwalk.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
22
_data/chains/eip155-2009.json
Normal file
22
_data/chains/eip155-2009.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "CloudWalk Mainnet",
|
||||
"chain": "CloudWalk Mainnet",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CloudWalk Native Token",
|
||||
"symbol": "CWN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cloudwalk.io",
|
||||
"shortName": "cloudwalk_mainnet",
|
||||
"chainId": 2009,
|
||||
"networkId": 2009,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "CloudWalk Mainnet Explorer",
|
||||
"url": "https://explorer.mainnet.cloudwalk.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/cloudwalk.json
Normal file
8
_data/icons/cloudwalk.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmPytfZEnKMx5mHiXB9fiuoSvA9jLi7tZ14gERSz2n4MJM",
|
||||
"width":124,
|
||||
"height":119,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user