mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add CloudTx Chain (#1974)
* cloudtx * cloudtx * cloudtx testnet * Update eip155-31223.json * Update eip155-31223.json * Update cloudtx.json Change size image : QmSEsi71AdA5HYH6VNC5QUQezFg1C7BiVQJdx1VVfGz3g3 PNG 713x830 * Add logo cloudtx * Update _data/icons/cloudtx.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
d46fbfae02
commit
9d4ef6f5c2
23
_data/chains/eip155-31223.json
Normal file
23
_data/chains/eip155-31223.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "CloudTx Mainnet",
|
||||
"chain": "CLD",
|
||||
"icon": "cloudtx",
|
||||
"rpc": ["https://mainnetrpc.num.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CloudTx",
|
||||
"symbol": "CLD",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cloudtx.finance",
|
||||
"shortName": "CLDTX",
|
||||
"chainId": 31223,
|
||||
"networkId": 31223,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "cloudtxscan",
|
||||
"url": "https://scan.cloudtx.finance",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
24
_data/chains/eip155-31224.json
Normal file
24
_data/chains/eip155-31224.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "CloudTx Testnet",
|
||||
"chain": "CloudTx",
|
||||
"rpc": ["https://testnet-rpc.cloudtx.finance"],
|
||||
"faucets": ["https://faucet.cloudtx.finance"],
|
||||
"nativeCurrency": {
|
||||
"name": "CloudTx",
|
||||
"symbol": "CLOUD",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cloudtx.finance/",
|
||||
"shortName": "CLD",
|
||||
"chainId": 31224,
|
||||
"networkId": 31224,
|
||||
"icon": "cloudtx",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "cloudtxexplorer",
|
||||
"url": "https://explorer.cloudtx.finance ",
|
||||
"icon": "cloudtx",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/cloudtx.json
Normal file
8
_data/icons/cloudtx.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSEsi71AdA5HYH6VNC5QUQezFg1C7BiVQJdx1VVfGz3g3",
|
||||
"width": 713,
|
||||
"height": 830,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
Loading…
Reference in New Issue
Block a user