diff --git a/_data/chains/eip155-30303.json b/_data/chains/eip155-30303.json new file mode 100644 index 000000000000..b9219aff24c2 --- /dev/null +++ b/_data/chains/eip155-30303.json @@ -0,0 +1,34 @@ +{ + "name": "Ethiq", + "chain": "ETH", + "rpc": ["https://rpc.ethiq.network", "wss://rpc.ethiq.network"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.ethiq.network", + "shortName": "ethiq", + "chainId": 30303, + "networkId": 30303, + "features": [ + { "name": "EIP155" }, + { "name": "EIP1559" }, + { "name": "EIP2718" }, + { "name": "EIP2930" } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://shell.haqq.network/bridge" }] + }, + "explorers": [ + { + "name": "Ethiq Blockscout", + "url": "https://explorer.ethiq.network", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-853211.json b/_data/chains/eip155-853211.json new file mode 100644 index 000000000000..d5792053a23f --- /dev/null +++ b/_data/chains/eip155-853211.json @@ -0,0 +1,37 @@ +{ + "name": "Testethiq", + "chain": "ETH", + "rpc": [ + "https://rpc.testnet.ethiq.network", + "wss://rpc.testnet.ethiq.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.ethiq.network", + "shortName": "testethiq", + "chainId": 853211, + "networkId": 853211, + "features": [ + { "name": "EIP155" }, + { "name": "EIP1559" }, + { "name": "EIP2718" }, + { "name": "EIP2930" } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://shell.haqq.network/bridge" }] + }, + "explorers": [ + { + "name": "Ethiq Blockscout", + "url": "https://explorer.testnet.ethiq.network", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +}