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" + }] +}