From f7722408de40d4278725a966b5fe789263ac6926 Mon Sep 17 00:00:00 2001 From: Peerpay <132113727+PeerpayCorp@users.noreply.github.com> Date: Sat, 29 Apr 2023 05:32:03 -0700 Subject: [PATCH] Add Peerpay chain (#2728) * Create eip155-6502.json * Update eip155-6502.json * Update _data/chains/eip155-6502.json --------- Co-authored-by: ligi --- _data/chains/eip155-6502.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/eip155-6502.json diff --git a/_data/chains/eip155-6502.json b/_data/chains/eip155-6502.json new file mode 100644 index 00000000..834b93d8 --- /dev/null +++ b/_data/chains/eip155-6502.json @@ -0,0 +1,16 @@ +{ + "name": "Peerpay", + "chain": "P2P", + "rpc": ["https://peerpay.su.gy/p2p"], + "faucets": [], + "nativeCurrency": { + "name": "Peerpay", + "symbol": "P2P", + "decimals": 18 + }, + "infoURL": "https://peerpay.su.gy", + "shortName": "Peerpay", + "chainId": 6502, + "networkId": 6502, + "explorers": [] +}