Skip to content

Commit

Permalink
Merge pull request #19 from oraidex/hot_fix/update_gas_fee
Browse files Browse the repository at this point in the history
chore: update gas fee to 0.001
  • Loading branch information
perfogic authored Dec 16, 2024
2 parents 9b89f84 + 45e8690 commit 9580a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ton-to-cw/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const initSignClient = async (
rpcUrl: string = "https://rpc.orai.io",
prefix: string = "orai",
denom: string = "orai",
gasFee: string = "0.003"
gasFee: string = "0.001"
) => {
const wallet = await DirectSecp256k1HdWallet.fromMnemonic(mnemonic, {
// hdPaths: [stringToPath(chain.HD_PATH || "m/44'/118'/0'/0/0")],
Expand Down

0 comments on commit 9580a70

Please sign in to comment.