OpenZeppelin / OpenZeppelin/ui-builder
Re-enable Kusama Hub network when RPC becomes available
Nobody has claimed this yet.
- 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:
- Chain ID:
420420418 - Currency: KSM
- Explorer: Blockscout (https://blockscout.kusama.network)
What needs to be done
When the Kusama Hub EVM RPC service becomes publicly available:
-
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}' -
Uncomment configurations in the following files:
packages/adapter-polkadot/src/networks/chains.ts-kusamaHubchain definitionpackages/adapter-polkadot/src/networks/mainnet.ts-kusamaHubMainnetconfigpackages/adapter-polkadot/src/networks/index.ts- exportspackages/adapter-polkadot/src/index.ts- package exportspackages/adapter-polkadot/src/wallet/chains.ts-polkadotChainsarray
-
Re-enable tests in:
packages/adapter-polkadot/src/__tests__/networks.test.tspackages/adapter-polkadot/src/__tests__/adapter.test.ts
References
- Kusama Smart Contracts: https://kusama.network/smart-contracts
- Polkadot Hub EVM Docs: https://docs.polkadot.com/develop/smart-contracts/
Labels
- enhancement
- polkadot
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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