Skip to content

Commit

Permalink
update create rpc client
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed May 24, 2024
1 parent 89a2867 commit 713d19a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/universal-swap/src/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ export class UniversalSwapHandler {
const { client } = await this.config.cosmosWallet.getCosmWasmClient(
{
chainId: originalFromToken.chainId as CosmosChainId,
// rpc: originalFromToken.rpc
rpc: "https://cosmos-rpc.publicnode.com:443"
rpc: originalFromToken.rpc
},
{
gasPrice: this.getGasPriceFromToken()
Expand Down

0 comments on commit 713d19a

Please sign in to comment.