Deploying to gh-pages from @ ethereum-lists/chains@05adbf88ec 🚀

This commit is contained in:
ligi 2022-05-16 13:33:06 +00:00
parent e264c900b6
commit 3352e51f1e
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2702,6 +2702,19 @@
"rpc": ["https://rpc.ludan.org/"], "rpc": ["https://rpc.ludan.org/"],
"faucets": [], "faucets": [],
"infoURL": "https://www.ludan.org/" "infoURL": "https://www.ludan.org/"
}, {
"name": "Cube Chain Testnet",
"chainId": 1819,
"shortName": "cubet",
"networkId": 1819,
"nativeCurrency": {
"name": "Cube Chain Test Native Token",
"symbol": "CUBET",
"decimals": 18
},
"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"],
"infoURL": "https://www.cube.network"
}, { }, {
"name": "Teslafunds", "name": "Teslafunds",
"chainId": 1856, "chainId": 1856,

View File

@ -3705,6 +3705,26 @@
"icon": "ludan", "icon": "ludan",
"chainId": 1688, "chainId": 1688,
"networkId": 1688 "networkId": 1688
}, {
"name": "Cube Chain Testnet",
"chain": "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": {
"name": "Cube Chain Test Native Token",
"symbol": "CUBET",
"decimals": 18
},
"infoURL": "https://www.cube.network",
"shortName": "cubet",
"chainId": 1819,
"networkId": 1819,
"slip44": 1819,
"explorers": [{
"name": "cubetest-scan",
"url": "https://testnet.cubescan.network",
"standard": "EIP3091"
}]
}, { }, {
"name": "Teslafunds", "name": "Teslafunds",
"chain": "TSF", "chain": "TSF",

View File

@ -207,6 +207,7 @@
"ath": "eip155:1620", "ath": "eip155:1620",
"bta": "eip155:1657", "bta": "eip155:1657",
"LUDAN": "eip155:1688", "LUDAN": "eip155:1688",
"cubet": "eip155:1819",
"tsf": "eip155:1856", "tsf": "eip155:1856",
"boya": "eip155:1898", "boya": "eip155:1898",
"euntest": "eip155:1984", "euntest": "eip155:1984",