Skip to content

Commit

Permalink
fix sepolia base fee
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Mar 21, 2024
1 parent 73412fd commit ca3b610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/fee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 11155111 --chain-id 4
# forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 43 --chain-id 11155111 --broadcast
# forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 421614 --chain-id 11155111 --broadcast
# forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 43 --chain-id 421614 --broadcast --skip-simulation --legacy --slow
# forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 11155111 --chain-id 421614 --broadcast --skip-simulation --legacy --slow
forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 11155111 --chain-id 421614 --broadcast --skip-simulation --legacy --slow
2 changes: 1 addition & 1 deletion script/input/421614/fee.c.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"11155111": {
"dstPriceRatio": 10000000000,
"dstGasPriceInWei": 10000000000,
"baseGas": 100000,
"baseGas": 120000,
"gasPerByte": 16
}
}
Expand Down

0 comments on commit ca3b610

Please sign in to comment.