From 1453cd81ebaff4ebdac391a4454500852eb9ef31 Mon Sep 17 00:00:00 2001 From: TechPay <81007128+bitkin@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:34:54 +0530 Subject: [PATCH] Create eip155-2569.json Added TechPay chain network --- _data/chains/eip155-2569.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-2569.json diff --git a/_data/chains/eip155-2569.json b/_data/chains/eip155-2569.json new file mode 100644 index 00000000..33725282 --- /dev/null +++ b/_data/chains/eip155-2569.json @@ -0,0 +1,25 @@ +{ + "name": "TechPay Mainnet", + "chain": "TPC", + "network": "mainnet", + "rpc": [ + "https://api.techpay.io/" + ], + "faucets": [], + "nativeCurrency": { + "name": "TechPay", + "symbol": "TPC", + "decimals": 18 + }, + "infoURL": "https://techpay.io/", + "shortName": "tpc", + "chainId": 2569, + "networkId": 2569, + "icon": "techpay", + "explorers": [{ + "name": "tpcscan", + "url": "https://tpcscan.com", + "icon": "techpay", + "standard": "EIP3091" + }] +}