mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
462 B
JSON
25 lines
462 B
JSON
{
|
|
"name": "TechPay Mainnet",
|
|
"chain": "TPC",
|
|
"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"
|
|
}
|
|
]
|
|
}
|