diff --git a/_data/chains/eip155-3969.json b/_data/chains/eip155-3969.json new file mode 100644 index 000000000000..5c5b2dad126d --- /dev/null +++ b/_data/chains/eip155-3969.json @@ -0,0 +1,34 @@ +{ + "name": "PayNetwork Mainnet", + "chain": "paynetwork", + "rpc": [ + "https://rpc.paynetwork.io", + "https://paynetwork-main.calderachain.xyz/http" + ], + "faucets": [], + "nativeCurrency": { + "name": "PayNetwork", + "symbol": "Pay", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://paynetwork-main.hub.caldera.xyz", + "shortName": "paynetwork", + "chainId": 3969, + "networkId": 3969, + "icon": "paynetwork", + "explorers": [ + { + "name": "PayNetwork Mainnet Caldera Explorer", + "url": "https://paynetwork-main.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/paynetwork.json b/_data/icons/paynetwork.json new file mode 100644 index 000000000000..2b382e3979f0 --- /dev/null +++ b/_data/icons/paynetwork.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreidti4l2gj2bcafth2awvg6xn3fpx7wkautyyb23pfvd7pxzza2psq", + "width": 1280, + "height": 1279, + "format": "jpg" + } +]