mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
6c14d6c417
Co-authored-by: ligi <ligi@ligi.de>
23 lines
425 B
JSON
23 lines
425 B
JSON
{
|
|
"name": "PDC Mainnet",
|
|
"chain": "IPDC",
|
|
"rpc": ["https://mainnet.ipdc.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "PDC",
|
|
"symbol": "PDC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ipdc.io",
|
|
"shortName": "ipdc",
|
|
"chainId": 666301171999,
|
|
"networkId": 666301171999,
|
|
"explorers": [
|
|
{
|
|
"name": "ipdcscan",
|
|
"url": "https://scan.ipdc.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|