Skip to content

Commit

Permalink
fix: set gas limit for sending terra to 200k
Browse files Browse the repository at this point in the history
  • Loading branch information
kraikov authored Jun 9, 2022
1 parent f4075da commit 0c3e829
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 0c3e829

Please sign in to comment.