Deploying to gh-pages from @ ethereum-lists/chains@6d959b87c5 🚀

This commit is contained in:
ligi 2022-06-13 11:45:29 +00:00
parent 79a45d3920
commit 09894b1276
8 changed files with 76 additions and 2 deletions

File diff suppressed because one or more lines are too long

29
chains/eip155-1818.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "Cube Chain Mainnet",
"chain": "Cube",
"icon": "cube",
"rpc": [
"https://http-mainnet.cube.network",
"wss://ws-mainnet.cube.network",
"https://http-mainnet-sg.cube.network",
"wss://ws-mainnet-sg.cube.network",
"https://http-mainnet-us.cube.network",
"wss://ws-mainnet-us.cube.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Cube Chain Native Token",
"symbol": "CUBE",
"decimals": 18
},
"infoURL": "https://www.cube.network",
"shortName": "cube",
"chainId": 1818,
"networkId": 1818,
"slip44": 1818,
"explorers": [{
"name": "cube-scan",
"url": "https://cubescan.network",
"standard": "EIP3091"
}]
}

View File

@ -1,6 +1,7 @@
{
"name": "Cube Chain Testnet",
"chain": "Cube",
"icon": "cube",
"rpc": [
"https://http-testnet.cube.network",
"wss://ws-testnet.cube.network",

File diff suppressed because one or more lines are too long

View File

@ -2767,6 +2767,19 @@
"rpc": ["https://rpc.ludan.org/"],
"faucets": [],
"infoURL": "https://www.ludan.org/"
}, {
"name": "Cube Chain Mainnet",
"chainId": 1818,
"shortName": "cube",
"networkId": 1818,
"nativeCurrency": {
"name": "Cube Chain Native Token",
"symbol": "CUBE",
"decimals": 18
},
"rpc": ["https://http-mainnet.cube.network", "wss://ws-mainnet.cube.network", "https://http-mainnet-sg.cube.network", "wss://ws-mainnet-sg.cube.network", "https://http-mainnet-us.cube.network", "wss://ws-mainnet-us.cube.network"],
"faucets": [],
"infoURL": "https://www.cube.network"
}, {
"name": "Cube Chain Testnet",
"chainId": 1819,

View File

@ -3802,9 +3802,31 @@
"icon": "ludan",
"chainId": 1688,
"networkId": 1688
}, {
"name": "Cube Chain Mainnet",
"chain": "Cube",
"icon": "cube",
"rpc": ["https://http-mainnet.cube.network", "wss://ws-mainnet.cube.network", "https://http-mainnet-sg.cube.network", "wss://ws-mainnet-sg.cube.network", "https://http-mainnet-us.cube.network", "wss://ws-mainnet-us.cube.network"],
"faucets": [],
"nativeCurrency": {
"name": "Cube Chain Native Token",
"symbol": "CUBE",
"decimals": 18
},
"infoURL": "https://www.cube.network",
"shortName": "cube",
"chainId": 1818,
"networkId": 1818,
"slip44": 1818,
"explorers": [{
"name": "cube-scan",
"url": "https://cubescan.network",
"standard": "EIP3091"
}]
}, {
"name": "Cube Chain Testnet",
"chain": "Cube",
"icon": "cube",
"rpc": ["https://http-testnet.cube.network", "wss://ws-testnet.cube.network", "https://http-testnet-sg.cube.network", "wss://ws-testnet-sg.cube.network", "https://http-testnet-jp.cube.network", "wss://ws-testnet-jp.cube.network", "https://http-testnet-us.cube.network", "wss://ws-testnet-us.cube.network"],
"faucets": ["https://faucet.cube.network"],
"nativeCurrency": {

8
icons/cube.json Normal file
View File

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

View File

@ -212,6 +212,7 @@
"ath": "eip155:1620",
"bta": "eip155:1657",
"LUDAN": "eip155:1688",
"cube": "eip155:1818",
"cubet": "eip155:1819",
"tsf": "eip155:1856",
"boya": "eip155:1898",