Skip to content

Commit

Permalink
Increased BSC claim gas estimate to 300000
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Aug 7, 2023
1 parent 4689916 commit 808ecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormhole-connect/src/config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export const MAINNET_GAS_ESTIMATES: GasEstimates = {
sendToken: 200000,
sendNativeWithRelay: 200000,
sendTokenWithRelay: 300000,
claim: 250000,
claim: 300000,
},
avalanche: {
sendNative: 100000,
Expand Down

0 comments on commit 808ecab

Please sign in to comment.