chains/_data/chains/eip155-424242.json
terjanyan 86fc3c32b4
Create eip155-424242.json (#2234)
* Create eip155-424242.json

* Update eip155-424242.json

Corrected format

* Update eip155-424242.json

* Update eip155-424242.json

* Update eip155-424242.json

* Update eip155-424242.json
2023-02-10 01:17:31 +01:00

25 lines
536 B
JSON

{
"name": "Fastex Chain testnet",
"chain": "FTN",
"title": "Fastex Chain testnet",
"rpc": ["https://rpc.testnet.fastexchain.com"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "FTN",
"symbol": "FTN",
"decimals": 18
},
"infoURL": "https://fastex.com",
"shortName": "ftn",
"chainId": 424242,
"networkId": 424242,
"explorers": [
{
"name": "blockscout",
"url": "https://testnet.ftnscan.com",
"standard": "none"
}
]
}