From 224028ac7ed2085320c1f78d7968b50e70a4ada1 Mon Sep 17 00:00:00 2001 From: CK-LIM <80962037+CK-LIM@users.noreply.github.com> Date: Tue, 19 Jul 2022 21:41:59 +0800 Subject: [PATCH] Create eip155-530.json (F(x)Core Mainnet Network) (#1377) * Create eip155-530.json (F(x)Core Mainnet Network) Add F(x)Core Mainnet Network * Update _data/chains/eip155-530.json * Update _data/chains/eip155-530.json Co-authored-by: ligi --- _data/chains/eip155-530.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-530.json diff --git a/_data/chains/eip155-530.json b/_data/chains/eip155-530.json new file mode 100644 index 00000000..62b4dd58 --- /dev/null +++ b/_data/chains/eip155-530.json @@ -0,0 +1,23 @@ +{ + "name": "F(x)Core Mainnet Network", + "chain": "Fxcore", + "network": "mainnet", + "rpc": [ + "https://fx-json-web3.functionx.io:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "Function X", + "symbol": "FX", + "decimals": 18 + }, + "infoURL": "https://functionx.io/", + "shortName": "f(x)Core", + "chainId": 530, + "networkId": 530, + "explorers": [{ + "name": "FunctionX Explorer", + "url": "https://fx-evm.functionx.io", + "standard": "EIP3091" + }] + }