Skip to content

Commit

Permalink
Merge pull request #90 from liquality/fix/terra-gas-limit
Browse files Browse the repository at this point in the history
fix: set gas limit for sending terra to 200k
  • Loading branch information
kraikov authored Jun 9, 2022
2 parents f4075da + 0c3e829 commit 4bbfe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/sendGasLimits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const sendGasLimits = {
BTC: 290,
NATIVE_EVM: 21000, // EVM -> ETH, RBTC, MATIC, BNB, AVAX, FUSE
ERC20_EVM: 90000, // EVM -> ETH, RBTC, MATIC, BNB, AVAX, FUSE
TERRA: 100000, // applies on both native and ERC2 Terra assets
TERRA: 200000, // applies on both native and ERC2 Terra assets
ARBETH: 620000, // for native asset is around ~420k and for ERC20 ~540k
NEAR: 10000000000000,
SOL: 1000000
Expand Down

0 comments on commit 4bbfe2f

Please sign in to comment.