diff --git a/_data/chains/eip155-1270.json b/_data/chains/eip155-1270.json new file mode 100644 index 000000000000..0995904a6b8f --- /dev/null +++ b/_data/chains/eip155-1270.json @@ -0,0 +1,36 @@ +{ + "name": "Irys Alpha Testnet", + "chain": "IRYS", + "rpc": [ + "https://testnet-rpc.irys.xyz/v1/execution-rpc" + ], + "faucets": [ + "https://irys.xyz/faucet" + ], + "nativeCurrency": { + "name": "Irys", + "symbol": "IRYS", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://irys.xyz", + "shortName": "irys-alpha-testnet", + "chainId": 1270, + "networkId": 1270, + "icon": "irys", + "explorers": [ + { + "name": "Irys Alpha Testnet Explorer", + "url": "https://testnet-explorer.irys.xyz", + "icon": "irys", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/icons/irys.json b/_data/icons/irys.json new file mode 100644 index 000000000000..85f6b9564439 --- /dev/null +++ b/_data/icons/irys.json @@ -0,0 +1,6 @@ +{ + "url": "ipfs://QmdGLHxA4W4N2h7y8ixSUEKhESCT9qmJsenGuyskqr7x1e", + "width": 1000, + "height": 1000, + "format": "png" +} \ No newline at end of file