From 54f47c0cd4c073a3be898f2dc0d30fe4e1abe794 Mon Sep 17 00:00:00 2001 From: Jacky Date: Fri, 16 Dec 2022 15:48:46 +0800 Subject: [PATCH] Create eip155-666301171999.json (#2035) Co-authored-by: ligi --- _data/chains/eip155-666301171999.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-666301171999.json diff --git a/_data/chains/eip155-666301171999.json b/_data/chains/eip155-666301171999.json new file mode 100644 index 00000000..4bfd7c15 --- /dev/null +++ b/_data/chains/eip155-666301171999.json @@ -0,0 +1,22 @@ +{ + "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" + } + ] +}