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@6d959b87c5 🚀
This commit is contained in:
parent
79a45d3920
commit
09894b1276
File diff suppressed because one or more lines are too long
29
chains/eip155-1818.json
Normal file
29
chains/eip155-1818.json
Normal 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"
|
||||
}]
|
||||
}
|
|
@ -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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/cube.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmbENgHTymTUUArX5MZ2XXH69WGenirU3oamkRD448hYdz",
|
||||
"width":282,
|
||||
"height":250,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user