diff --git a/_data/chains/eip155-2648.json b/_data/chains/eip155-2648.json new file mode 100644 index 000000000000..9fc82ef3ee37 --- /dev/null +++ b/_data/chains/eip155-2648.json @@ -0,0 +1,24 @@ +{ + "name": "AILayer Testnet", + "chain": "AILayer", + "rpc": ["https://testnet-rpc.ailayer.xyz", "wss://testnet-rpc.ailayer.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "BTC", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://ailayer.xyz/", + "shortName": "ailayer-testnet", + "chainId": 2648, + "networkId": 2648, + "icon": "ailayer", + "explorers": [ + { + "name": "blockscout", + "url": "https://testnet-explorer.ailayer.xyz", + "icon": "ailayer", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2649.json b/_data/chains/eip155-2649.json new file mode 100644 index 000000000000..539f269f8f9c --- /dev/null +++ b/_data/chains/eip155-2649.json @@ -0,0 +1,24 @@ +{ + "name": "AILayer Mainnet", + "chain": "AILayer", + "rpc": ["https://mainnet-rpc.ailayer.xyz", "wss://mainnet-rpc.ailayer.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "BTC", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://ailayer.xyz/", + "shortName": "ailayer-mainnet", + "chainId": 2649, + "networkId": 2649, + "icon": "ailayer", + "explorers": [ + { + "name": "blockscout", + "url": "https://mainnet-explorer.ailayer.xyz", + "icon": "ailayer", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-80084.json b/_data/chains/eip155-80084.json new file mode 100644 index 000000000000..ce64c4d95962 --- /dev/null +++ b/_data/chains/eip155-80084.json @@ -0,0 +1,24 @@ +{ + "name": "Berachain bArtio", + "chain": "Berachain bArtio", + "rpc": ["https://bartio.rpc.berachain.com"], + "faucets": ["https://bartio.faucet.berachain.com"], + "nativeCurrency": { + "name": "BERA Token", + "symbol": "BERA", + "decimals": 18 + }, + "infoURL": "https://www.berachain.com", + "shortName": "berachainbArtio", + "chainId": 80084, + "networkId": 80084, + "icon": "berachain", + "explorers": [ + { + "name": "Beratrail", + "url": "https://bartio.beratrail.io", + "icon": "berachain", + "standard": "none" + } + ] +} diff --git a/_data/icons/ailayer.json b/_data/icons/ailayer.json new file mode 100644 index 000000000000..fc741884299c --- /dev/null +++ b/_data/icons/ailayer.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYoqc8rm8PrBg9jqfpsrxd6zdPEqDozbyNVMkBo3QMAFP", + "width": 500, + "height": 500, + "format": "png" + } +]