OpenZeppelin / OpenZeppelin/ui-builder

Re-enable Kusama Hub network when RPC becomes available

Open
#315 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
48
Forks
23
Avg merge
3h 1m
Merged PRs (30d)
10

Description

Summary

Re-enable Kusama Hub (Asset Hub) network support in the Polkadot adapter once the official EVM RPC endpoint becomes publicly available.

Background

The Kusama Hub network was temporarily disabled in PR #313 and #314 because the official RPC endpoint DNS (kusama-asset-hub-eth-rpc.polkadot.io) does not resolve as of January 2026.

Chain Details:

What needs to be done

When the Kusama Hub EVM RPC service becomes publicly available:

  1. Verify RPC endpoint - Test that the DNS resolves and the RPC responds correctly:

    curl -X POST https://kusama-asset-hub-eth-rpc.polkadot.io \
      -H "Content-Type: application/json" \
      -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
    
  2. Uncomment configurations in the following files:

    • packages/adapter-polkadot/src/networks/chains.ts - kusamaHub chain definition
    • packages/adapter-polkadot/src/networks/mainnet.ts - kusamaHubMainnet config
    • packages/adapter-polkadot/src/networks/index.ts - exports
    • packages/adapter-polkadot/src/index.ts - package exports
    • packages/adapter-polkadot/src/wallet/chains.ts - polkadotChains array
  3. Re-enable tests in:

    • packages/adapter-polkadot/src/__tests__/networks.test.ts
    • packages/adapter-polkadot/src/__tests__/adapter.test.ts

References

Labels

  • enhancement
  • polkadot

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

This work is blocked until the Kusama Hub RPC endpoint resolves and responds to the documented curl request. Then inspect the listed files under packages/adapter-polkadot, uncomment the chain, network, export, wallet, and test configurations, and run networks.test.ts and adapter.test.ts to confirm support is restored.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
blockchain
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.