Add Crossbell Network (#1256)

* Add Crossbell Network

* fix: correct crossbell explorer url

* fix: add w&h of crossbell icon

* Update _data/icons/crossbell.json

Co-authored-by: ligi <ligi@ligi.de>

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Atlas Quan 2022-06-13 16:06:43 +08:00 committed by GitHub
parent 8b40b3ec93
commit 6789160912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"name": "Crossbell",
"chain": "Crossbell",
"network": "mainnet",
"rpc": [
"https://rpc.crossbell.io"
],
"faucets": [
"https://faucet.crossbell.io"
],
"nativeCurrency": {
"name": "Crossbell Token",
"symbol": "CSB",
"decimals": 18
},
"infoURL": "https://crossbell.io",
"shortName": "csb",
"chainId": 3737,
"networkId": 3737,
"icon": "crossbell",
"explorers": [
{
"name": "Crossbell Explorer",
"url": "https://scan.crossbell.io",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t",
"format":"svg",
"width":412,
"height":412
}
]