mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@05adbf88ec 🚀
This commit is contained in:
parent
e264c900b6
commit
3352e51f1e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user