add ferrum testnet (#2309)

* add ferrum testnet

* add standard field

* prettier

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
3ierratango 2023-04-20 21:53:19 +04:00 committed by GitHub
parent 5834bc51e8
commit 59723b023e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"
}
]
}