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
This commit is contained in:
terjanyan 2023-02-10 04:17:31 +04:00 committed by GitHub
parent d8f7347047
commit 86fc3c32b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"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"
}
]
}