mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Razor network (#2795)
* add Razor Network * format chains json * fix dimensions * fix: json validation * fix: json validation * Update _data/chains/eip155-278611351.json --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
635ff88b8c
commit
66757a2770
23
_data/chains/eip155-278611351.json
Normal file
23
_data/chains/eip155-278611351.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Razor Skale Chain",
|
||||||
|
"chain": "Razor Schain",
|
||||||
|
"icon": "razornetwork",
|
||||||
|
"rpc": ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"],
|
||||||
|
"faucets": ["https://faucet.razorscan.io/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "sFuel",
|
||||||
|
"symbol": "SFUEL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://razor.network",
|
||||||
|
"shortName": "razor",
|
||||||
|
"chainId": 278611351,
|
||||||
|
"networkId": 278611351,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "turbulent-unique-scheat",
|
||||||
|
"url": "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/razornetwork.json
Normal file
8
_data/icons/razornetwork.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmUdwAZJfyKGZnfPGDsCnNvGu123mdd57kTGj1Y3EWVuWK",
|
||||||
|
"width": 900,
|
||||||
|
"height": 900,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user