diff --git a/_data/chains/eip155-20201022.json b/_data/chains/eip155-20201022.json new file mode 100644 index 00000000..b02cc44a --- /dev/null +++ b/_data/chains/eip155-20201022.json @@ -0,0 +1,28 @@ +{ + "name": "Pego Network", + "chain": "PEGO", + "rpc": [ + "https://pegorpc.com", + "https://node1.pegorpc.com", + "https://node2.pegorpc.com", + "https://node3.pegorpc.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Pego Native Token", + "symbol": "PG", + "decimals": 18 + }, + "infoURL": "https://pego.network", + "shortName": "pg", + "chainId": 20201022, + "networkId": 20201022, + "icon": "pego", + "explorers": [ + { + "name": "Pego Network Explorer", + "url": "https://scan.pego.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/pego.json b/_data/icons/pego.json new file mode 100644 index 00000000..15a06f3a --- /dev/null +++ b/_data/icons/pego.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx", + "width": 246, + "height": 247, + "format": "png" + } +]