mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Crystaleum💎 (#1213)
* Create crystal.json
* support Crystaleum 💎
* add standard EIP3091
* blockscout
This commit is contained in:
parent
655b163e56
commit
15343d007b
26
_data/chains/eip155-103090.json
Normal file
26
_data/chains/eip155-103090.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Crystaleum",
|
||||
"chain": "crystal",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://evm.cryptocurrencydevs.org",
|
||||
"https://rpc.crystaleum.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "CRFI",
|
||||
"symbol": "◈",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://crystaleum.org",
|
||||
"shortName": "CRFI",
|
||||
"chainId": 103090,
|
||||
"networkId": 1,
|
||||
"icon": "crystal",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://scan.crystaleum.org",
|
||||
"icon": "crystal",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
8
_data/icons/crystal.json
Normal file
8
_data/icons/crystal.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://Qmbry1Uc6HnXmqFNXW5dFJ7To8EezCCjNr4TqqvAyzXS4h",
|
||||
"width":150,
|
||||
"height":150,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user