Skip to content

Commit

Permalink
chore(ccr): use default gas params
Browse files Browse the repository at this point in the history
Ticket: COIN-1108
  • Loading branch information
kamleshmugdiya committed Sep 20, 2024
1 parent 9483259 commit b7a9051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ async function main() {
case 84532:
// base
case 8453:
eip1559GasParams.gasLimit = 400000;
eip1559GasParams.maxFeePerGas = BigNumber.from('10000000000');
eip1559GasParams.maxPriorityFeePerGas = BigNumber.from('1000000000');
walletImplementationContractName = 'WalletSimple';
forwarderContractName = 'Forwarder';
forwarderFactoryContractName = 'ForwarderFactory';
Expand Down

0 comments on commit b7a9051

Please sign in to comment.