mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add ferrum testnet (#2309)
* add ferrum testnet * add standard field * prettier --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
5834bc51e8
commit
59723b023e
23
_data/chains/eip155-26026.json
Normal file
23
_data/chains/eip155-26026.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Ferrum Testnet",
|
||||||
|
"chain": "tFRM",
|
||||||
|
"rpc": ["http://testnet.dev.svcs.ferrumnetwork.io:9933"],
|
||||||
|
"faucets": ["https://testnet.faucet.ferrumnetwork.io"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Ferrum",
|
||||||
|
"symbol": "tFRM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"infoURL": "https://ferrum.network",
|
||||||
|
"shortName": "frm",
|
||||||
|
"chainId": 26026,
|
||||||
|
"networkId": 26026,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "polkadotjs",
|
||||||
|
"url": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user