Skip to content

Add RPC URL for Liquichain (chainId 1662)#8305

Merged
ligi merged 2 commits intoethereum-lists:masterfrom
smichea:add-rpc-url-1662
May 9, 2026
Merged

Add RPC URL for Liquichain (chainId 1662)#8305
ligi merged 2 commits intoethereum-lists:masterfrom
smichea:add-rpc-url-1662

Conversation

@smichea
Copy link
Copy Markdown
Contributor

@smichea smichea commented May 9, 2026

Adds the public JSON-RPC endpoint for Liquichain (chainId 1662). The chain has been registered here for several years; this PR fills in the previously empty rpc array so wallets and aggregators (chainlist.org, etc.) can auto-configure the network.

Changes

  • _data/chains/eip155-1662.json: add https://mainnet.liquichain.io/rpc to the rpc array.

Verification

The endpoint is live and responds to standard EVM JSON-RPC:

$ curl -s -X POST https://mainnet.liquichain.io/rpc \
    -H 'Content-Type: application/json' \
    -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
{"jsonrpc":"2.0","id":1,"result":"0x67e"}

0x67e = 1662, matching the registered chainId.

No other fields are modified.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review.

@ligi ligi added this pull request to the merge queue May 9, 2026
Merged via the queue into ethereum-lists:master with commit 65b79eb May 9, 2026
4 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

PR merged - please consider contributing some funds to lists.eth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants