From 2e9c6f9adbf21260f7a52effee4f3b128dfc320c Mon Sep 17 00:00:00 2001 From: alyx-group <112915580+alyx-group@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:01:58 +0800 Subject: [PATCH] Create eip155-135.json (#1910) * Create eip155-135.json * Update eip155-135.json * add alyx chain * fix shortName Co-authored-by: alice --- _data/chains/eip155-1314.json | 22 ++++++++++++++++++++++ _data/chains/eip155-135.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 _data/chains/eip155-1314.json create mode 100644 _data/chains/eip155-135.json diff --git a/_data/chains/eip155-1314.json b/_data/chains/eip155-1314.json new file mode 100644 index 00000000..d1b607cf --- /dev/null +++ b/_data/chains/eip155-1314.json @@ -0,0 +1,22 @@ +{ + "name": "Alyx Mainnet", + "chain": "ALYX", + "rpc": ["https://rpc.alyxchain.com"], + "faucets": [], + "nativeCurrency": { + "name": "Alyx Chain Native Token", + "symbol": "ALYX", + "decimals": 18 + }, + "infoURL": "https://www.alyxchain.com", + "shortName": "alyx", + "chainId": 1314, + "networkId": 1314, + "explorers": [ + { + "name": "alyxscan", + "url": "https://www.alyxscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-135.json b/_data/chains/eip155-135.json new file mode 100644 index 00000000..ac8ad700 --- /dev/null +++ b/_data/chains/eip155-135.json @@ -0,0 +1,22 @@ +{ + "name": "Alyx Chain Testnet", + "chain": "Alyx Chain Testnet", + "rpc": ["https://testnet-rpc.alyxchain.com"], + "faucets": ["https://faucet.alyxchain.com"], + "nativeCurrency": { + "name": "Alyx Testnet Native Token", + "symbol": "ALYX", + "decimals": 18 + }, + "infoURL": "https://www.alyxchain.com", + "shortName": "AlyxTestnet", + "chainId": 135, + "networkId": 135, + "explorers": [ + { + "name": "alyx testnet scan", + "url": "https://testnet.alyxscan.com", + "standard": "EIP3091" + } + ] +}