Skip to content

Commit

Permalink
WIP set rune gaslimit and fee
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Jan 4, 2025
1 parent 023c39a commit 3ba26d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cosmos/engine/ThorchainEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ export class ThorchainEngine extends CosmosEngine {
}

return {
gasFeeCoin: coin('0', this.networkInfo.nativeDenom),
gasLimit: '0',
gasFeeCoin: coin('1', this.networkInfo.nativeDenom),
gasLimit: '60000000',
// For Thorchain, the exact fee isn't known until the transaction is confirmed.
// This would most commonly be an issue for max spends but we should overestimate
// the fee for all spends.
Expand Down

0 comments on commit 3ba26d0

Please sign in to comment.