Deploying to gh-pages from @ ethereum-lists/chains@9d4ef6f5c2 🚀

This commit is contained in:
ligi 2022-12-04 23:24:23 +00:00
parent f00d7ff9b7
commit a8f08b2bce
11 changed files with 135 additions and 3 deletions

View File

@ -494,6 +494,14 @@
"height": 400, "height": 400,
"format": "png" "format": "png"
}] }]
}, {
"name": "cloudtx",
"icons": [{
"url": "ipfs://QmSEsi71AdA5HYH6VNC5QUQezFg1C7BiVQJdx1VVfGz3g3",
"width": 713,
"height": 830,
"format": "png"
}]
}, { }, {
"name": "cennz", "name": "cennz",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-31223.json Normal file
View 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
chains/eip155-31224.json Normal file
View 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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5640,6 +5640,32 @@
"rpc": ["https://api.esn.gonspool.com"], "rpc": ["https://api.esn.gonspool.com"],
"faucets": [], "faucets": [],
"infoURL": "https://ethersocial.org" "infoURL": "https://ethersocial.org"
}, {
"name": "CloudTx Mainnet",
"chainId": 31223,
"shortName": "CLDTX",
"networkId": 31223,
"nativeCurrency": {
"name": "CloudTx",
"symbol": "CLD",
"decimals": 18
},
"rpc": ["https://mainnetrpc.num.network"],
"faucets": [],
"infoURL": "https://cloudtx.finance"
}, {
"name": "CloudTx Testnet",
"chainId": 31224,
"shortName": "CLD",
"networkId": 31224,
"nativeCurrency": {
"name": "CloudTx",
"symbol": "CLOUD",
"decimals": 18
},
"rpc": ["https://testnet-rpc.cloudtx.finance"],
"faucets": ["https://faucet.cloudtx.finance"],
"infoURL": "https://cloudtx.finance/"
}, { }, {
"name": "GoChain Testnet", "name": "GoChain Testnet",
"chainId": 31337, "chainId": 31337,

View File

@ -8141,6 +8141,47 @@
"chainId": 31102, "chainId": 31102,
"networkId": 1, "networkId": 1,
"slip44": 31102 "slip44": 31102
}, {
"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"
}]
}, {
"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"
}]
}, { }, {
"name": "GoChain Testnet", "name": "GoChain Testnet",
"chain": "GO", "chain": "GO",

8
icons/cloudtx.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

View File

@ -433,6 +433,8 @@
"obgor": "eip155:28528", "obgor": "eip155:28528",
"Piece": "eip155:30067", "Piece": "eip155:30067",
"esn": "eip155:31102", "esn": "eip155:31102",
"CLDTX": "eip155:31223",
"CLD": "eip155:31224",
"got": "eip155:31337", "got": "eip155:31337",
"filecoin-wallaby": "eip155:31415", "filecoin-wallaby": "eip155:31415",
"Brise": "eip155:32520", "Brise": "eip155:32520",