diff --git a/_data/chains/eip155-181228.json b/_data/chains/eip155-181228.json new file mode 100644 index 000000000000..4fad9fc5d627 --- /dev/null +++ b/_data/chains/eip155-181228.json @@ -0,0 +1,24 @@ +{ + "name": "HPP Sepolia Testnet", + "chain": "ETH", + "icon": "hpp", + "rpc": ["https://sepolia.hpp.io"], + "faucets": ["https://faucet.conduit.xyz"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.hpp.io", + "shortName": "hpp-sepolia", + "chainId": 181228, + "networkId": 181228, + "explorers": [ + { + "name": "HPP Sepolia Explorer", + "url": "https://sepolia-explorer.hpp.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-190415.json b/_data/chains/eip155-190415.json new file mode 100644 index 000000000000..16853a394bf5 --- /dev/null +++ b/_data/chains/eip155-190415.json @@ -0,0 +1,24 @@ +{ + "name": "HPP Mainnet", + "chain": "ETH", + "icon": "hpp", + "rpc": ["https://mainnet.hpp.io"], + "faucets": ["https://faucet.conduit.xyz"], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.hpp.io", + "shortName": "hpp-mainnet", + "chainId": 190415, + "networkId": 190415, + "explorers": [ + { + "name": "HPP Mainnet Explorer", + "url": "https://explorer.hpp.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/hpp.json b/_data/icons/hpp.json new file mode 100644 index 000000000000..57619339397b --- /dev/null +++ b/_data/icons/hpp.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmX5MTCNX4wKb7B9pK6UH7oHGcWj5m8XywhzXqLA7gtVAJ", + "width": 400, + "height": 400, + "format": "svg" + } +]