Skip to content

Commit

Permalink
Ignore another one gas station call
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Nov 26, 2023
1 parent 63e1e9b commit 58fab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/services/implementations/MetamaskWalletService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class MetamaskWalletService extends WalletService implements IWalletServi
const [nonce, gasPrice] = await Promise.all([
web3.eth.getTransactionCount(from),
// memo, ignore gas station for now.
getEvmGas(web3, this.gasPriceProvider.getGas().price),
getEvmGas(web3, '0'),
]);

const rawTx = {
Expand Down

0 comments on commit 58fab78

Please sign in to comment.