From 143a38eee7f5d7072969d25e7cf37760a2503b41 Mon Sep 17 00:00:00 2001 From: dome Date: Mon, 22 Feb 2021 13:51:27 +0700 Subject: [PATCH] Create eip155-17.json --- _data/chains/eip155-17.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-17.json diff --git a/_data/chains/eip155-17.json b/_data/chains/eip155-17.json new file mode 100644 index 00000000..56c2c1c1 --- /dev/null +++ b/_data/chains/eip155-17.json @@ -0,0 +1,18 @@ +{ + "name": "ThaiChain 2.0 ThaiFi", + "chain": "TCH", + "network": "thaifi", + "rpc": [ + "https://rpc.thaifi.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Thaifi Ether", + "symbol": "TFI", + "decimals": 18 + }, + "infoURL": "https://exp.thaifi.com", + "shortName": "tfi", + "chainId": 17, + "networkId": 17 +}