Skip to content

Commit

Permalink
removed preferNoSetFee sign option for galaxy station
Browse files Browse the repository at this point in the history
added stake and governance urls for galaxy station
  • Loading branch information
echel0n-HX committed Jun 26, 2024
1 parent 9219a9b commit 99ba4ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/web/config/wallet-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
},
];

0 comments on commit 99ba4ae

Please sign in to comment.