diff --git a/packages/web/config/wallet-registry.ts b/packages/web/config/wallet-registry.ts index 95b1e6ff561..e8779e84e8b 100644 --- a/packages/web/config/wallet-registry.ts +++ b/packages/web/config/wallet-registry.ts @@ -355,9 +355,8 @@ export const CosmosWalletRegistry: CosmosRegistryWallet[] = [ const chainInfos = await galaxyStationWallet.getChainInfosWithoutEndpoints(); return chainInfos.some((info) => info.chainId === chainId); }, - signOptions: { - preferNoSetFee: true, - }, + stakeUrl: "https://station.hexxagon.io/stake", + governanceUrl: "https://station.hexxagon.io/gov", features: [], }, ];