Skip to content

Commit

Permalink
Use remove gas limit (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshakaE authored May 7, 2024
1 parent b901228 commit 6e8dd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Relayer/services/relayer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class RelayerService {
}
} else {
txConfig = {
gasLimit: 50000,
gasPrice: ethers.parseUnits('50000', 'gwei'),
}
}

Expand Down

0 comments on commit 6e8dd4c

Please sign in to comment.