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:
Surou 2022-06-13 19:42:23 +08:00 committed by GitHub
parent 7c083df45f
commit 6d959b87c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 0 deletions

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",

8
_data/icons/cube.json Normal file
View File

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