From 86fc3c32b4deecc6633e489c81e43e374d92b496 Mon Sep 17 00:00:00 2001 From: terjanyan <40006651+terjanyan@users.noreply.github.com> Date: Fri, 10 Feb 2023 04:17:31 +0400 Subject: [PATCH] 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 --- _data/chains/eip155-424242.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-424242.json diff --git a/_data/chains/eip155-424242.json b/_data/chains/eip155-424242.json new file mode 100644 index 00000000..997869f8 --- /dev/null +++ b/_data/chains/eip155-424242.json @@ -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" + } + ] +}