From 580e594d09fc423c20315e0a5304e5a52494290f Mon Sep 17 00:00:00 2001 From: Alg Ore <47061893+ernyx@users.noreply.github.com> Date: Sat, 6 Mar 2021 13:56:50 +0100 Subject: [PATCH] Add Fusion chain (#180) --- _data/chains/eip155-32659.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-32659.json diff --git a/_data/chains/eip155-32659.json b/_data/chains/eip155-32659.json new file mode 100644 index 00000000..792c0bb0 --- /dev/null +++ b/_data/chains/eip155-32659.json @@ -0,0 +1,19 @@ +{ + "name": "Fusion Mainnet", + "chain": "FSN", + "network": "mainnet", + "rpc": [ + "https://mainnet.anyswap.exchange", + "https://fsn.dev/api" + ], + "faucets": [], + "nativeCurrency": { + "name": "Fusion", + "symbol": "FSN", + "decimals": 18 + }, + "infoURL": "https://www.fusion.org/", + "shortName": "fsn", + "chainId": 32659, + "networkId": 32659 +}