mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
8b40b3ec93
commit
6789160912
29
_data/chains/eip155-3737.json
Normal file
29
_data/chains/eip155-3737.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
8
_data/icons/crossbell.json
Normal file
8
_data/icons/crossbell.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t",
|
||||
"format":"svg",
|
||||
"width":412,
|
||||
"height":412
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user