mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add mainnet to cube (#1224)
* update# Add icon to cube * add# cube chain mainnet * Update _data/chains/eip155-1818.json Co-authored-by: ligi <ligi@ligi.de> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
7c083df45f
commit
6d959b87c5
29
_data/chains/eip155-1818.json
Normal file
29
_data/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",
|
||||
|
|
8
_data/icons/cube.json
Normal file
8
_data/icons/cube.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmbENgHTymTUUArX5MZ2XXH69WGenirU3oamkRD448hYdz",
|
||||
"width":282,
|
||||
"height":250,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user