We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6657c4 commit 0b92545Copy full SHA for 0b92545
.github/workflows/deploy.yml
@@ -76,7 +76,7 @@ jobs:
76
ANVIL_SEPOLIA_RPC_URL: http://localhost:8545
77
ANVIL_ARBITRUM_SEPOLIA_RPC_URL: http://localhost:8546
78
run: |
79
- forge cache clean --all && make fork-sepolia & make fork-arbitrum-sepolia & sleep 5 && make deploy-on-anvil
+ forge cache clean --all && make fork-sepolia & make fork-arbitrum-sepolia & sleep 10 && make deploy-on-anvil
80
81
- name: Deploy contracts on Ethereum Mainnet or Sepolia
82
if: inputs.network == 'sepolia' || inputs.network == 'ethereum'
0 commit comments