From 886b2d1fee5ca47d547b535c44885f14b3d827d7 Mon Sep 17 00:00:00 2001 From: Yogesh Kumar Date: Sun, 1 Mar 2026 00:59:44 +0530 Subject: [PATCH] Add Paseo testnet to supported chains Add Paseo testnet chain from LunoKit to the wallet config. Chain selector will automatically show Paseo with its icon and testnet badge. Genesis hash was already mapped. --- config/wallet.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/wallet.ts b/config/wallet.ts index d250df3..215b947 100644 --- a/config/wallet.ts +++ b/config/wallet.ts @@ -1,5 +1,5 @@ import { createConfig } from "@luno-kit/react"; -import { polkadot, kusama, westend } from "@luno-kit/react/chains"; +import { polkadot, kusama, westend, paseo } from "@luno-kit/react/chains"; import { polkadotjsConnector, talismanConnector, @@ -8,7 +8,7 @@ import { export const walletConfig = createConfig({ appName: "Relaycode", - chains: [polkadot, kusama, westend], + chains: [polkadot, kusama, westend, paseo], connectors: [ polkadotjsConnector(), talismanConnector(),