Skip to content

Commit

Permalink
raise gas price again on managing strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Oct 2, 2024
1 parent 2d67c8c commit 73d6cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-sepolia-manage-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: forge install
- run: forge build
- run: forge tree
- run: forge script script/VaultStrategySwitch.s.sol:VaultStrategySwitch --rpc-url $RPC_URL --broadcast --verify --verbosity 4
- run: forge script script/VaultStrategySwitch.s.sol:VaultStrategySwitch --rpc-url $RPC_URL --broadcast --gas-price 500000000000 --verify --verbosity 4
env:
RPC_URL: ${{ secrets.RPC_URL }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
Expand Down

0 comments on commit 73d6cf1

Please sign in to comment.