Create eip155-2569.json

Added TechPay chain network
This commit is contained in:
TechPay 2022-04-22 14:34:54 +05:30 committed by GitHub
parent 7a32ae1676
commit 1453cd81eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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