diff --git a/_data/chains/eip155-60600.json b/_data/chains/eip155-60600.json new file mode 100644 index 000000000000..789a707b2fa0 --- /dev/null +++ b/_data/chains/eip155-60600.json @@ -0,0 +1,23 @@ +{ + "name": "POTOS Testnet", + "chain": "POTOS", + "rpc": ["https://rpc-testnet.potos.hk"], + "faucets": ["https://faucet-testnet.potos.hk"], + "nativeCurrency": { + "name": "POTOS Token", + "symbol": "POT", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://potos.hk", + "shortName": "POTOS", + "chainId": 60600, + "networkId": 60600, + "explorers": [ + { + "name": "POTOS Scan", + "url": "https://scan-testnet.potos.hk", + "standard": "EIP3091" + } + ] +}