Network Details

Hemi Testnet

Gas Token/Currency Symbol

ETH

ChainID

743111

RPC API endpoint

Explorer

Tunnel

Faucet

PoP Miner Endpoint

wss://testnet.rpc.hemi.network/v1/ws/public


Hemi Mainnet

Gas Token/Currency Symbol

TBD

ChainID

TBD

RPC API endpoint

TBD

Explorer

TBD

Tunnel

TBD

PoP Miner Endpoint

TBD


Code Snippets

Example HTTP request:

curl -X POST \
    -H "Content-Type: application/json" \
    --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}' \
    https://testnet.rpc.hemi.network/rpc

# This will print the RPC response:
# {"jsonrpc":"2.0","id":1,"result":"0xaa3716"}

Last updated