diff --git a/_data/chains/eip155-2582.json b/_data/chains/eip155-2582.json new file mode 100644 index 000000000000..e1b84abe7488 --- /dev/null +++ b/_data/chains/eip155-2582.json @@ -0,0 +1,23 @@ +{ + "name": "H2 Chain Mainnet", + "chain": "H2", + "rpc": ["https://rpc.h2chain.io"], + "faucets": [], + "nativeCurrency": { + "name": "H2 Chain Native Token", + "symbol": "H2", + "decimals": 18 + }, + "infoURL": "https://h2chain.io", + "shortName": "h2", + "chainId": 2582, + "networkId": 2582, + "icon": "h2", + "explorers": [ + { + "name": "h2scan", + "url": "https://h2scan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-25821.json b/_data/chains/eip155-25821.json new file mode 100644 index 000000000000..da9540e553dd --- /dev/null +++ b/_data/chains/eip155-25821.json @@ -0,0 +1,23 @@ +{ + "name": "H2 Chain Testnet Lambda", + "chain": "H2", + "rpc": ["https://rpc.h-1.io"], + "faucets": [], + "nativeCurrency": { + "name": "Lambda H2", + "symbol": "H2", + "decimals": 18 + }, + "infoURL": "https://h2chain.io", + "shortName": "h2-lambda", + "chainId": 25821, + "networkId": 25821, + "icon": "h2", + "explorers": [ + { + "name": "h2scan-lambda", + "url": "https://lambda.h2scan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/h2.json b/_data/icons/h2.json new file mode 100644 index 000000000000..42f3d1d9567d --- /dev/null +++ b/_data/icons/h2.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiehobxmonxuwg3wukea4ixbixap7imzk4yuiidyejzpvgdylok4ua", + "width": 512, + "height": 512, + "format": "png" + } +]