Skip to content

Commit

Permalink
Fix script (#81)
Browse files Browse the repository at this point in the history
* mainnet config

* increase darwinia base fee

* support darwinia and arbitrum rpc

* deploy on darwinia and arbitrum

* mainnet config

* fix script
  • Loading branch information
hujw77 authored Nov 10, 2023
1 parent 6bba31c commit 0fbcdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -eo pipefail

set -x
forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 421614 --chain-id 44 --broadcast --slow
forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 44 --chain-id 421614 --broadcast --slow --legacy
forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 42161 --chain-id 46 --broadcast --slow
forge script script/fee/Fee.s.sol:Fee --sig "run(uint256)" 46 --chain-id 42161 --broadcast --slow --legacy

0 comments on commit 0fbcdf0

Please sign in to comment.