diff --git a/_data/chains/eip155-3601.json b/_data/chains/eip155-3601.json new file mode 100644 index 00000000..9b8f8c24 --- /dev/null +++ b/_data/chains/eip155-3601.json @@ -0,0 +1,22 @@ +{ + "name": "Pandonet", + "chain": "Pando", + "rpc": ["https://eth-rpc-api.pandoproject.org/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Pando token ", + "symbol": "PTX", + "decimals": 18 + }, + "infoURL": "https://www.pandoproject.org/", + "shortName": "pando-mainnet", + "chainId": 3601, + "networkId": 3601, + "explorers": [ + { + "name": "Pando Mainnet Explorer", + "url": "https://explorer.pandoproject.org", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-3602.json b/_data/chains/eip155-3602.json new file mode 100644 index 00000000..dc5350d2 --- /dev/null +++ b/_data/chains/eip155-3602.json @@ -0,0 +1,22 @@ +{ + "name": "Pando Testnet", + "chain": "Pando", + "rpc": ["https://testnet.ethrpc.pandoproject.org/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Pando token ", + "symbol": "PTX", + "decimals": 18 + }, + "infoURL": "https://www.pandoproject.org/", + "shortName": "pando-testnet", + "chainId": 3602, + "networkId": 3602, + "explorers": [ + { + "name": "Pando Testnet Explorer", + "url": "https://testnet.explorer.pandoproject.org", + "standard": "none" + } + ] +}