File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 4242 - 8080:8080
4343 - 5001:5001
4444
45- blockchain-fork :
46- image : ghcr.io/foundry-rs/foundry:v1.0.0
47- ports :
48- - 8545:8545
49- env :
50- FORK_URL : ${{ steps.prepare.outputs.bellecour_url }}
51- FORK_BLOCK : ${{ steps.prepare.outputs.bellecour_block }}
52- options : >-
53- --entrypoint anvil
54- --health-cmd "(echo >/dev/tcp/localhost/8545) &>/dev/null"
55- --health-interval 10s
56- --health-timeout 5s
57- --health-retries 3
58- --health-start-period 30s
59- -- --host 0.0.0.0
60- --port 8545
61- --hardfork berlin
62- --fork-url $(cat /local-stack-env/FORK_BLOCK)
63- --fork-block-number $(cat /local-stack-env/FORK_BLOCK)
64- --chain-id 134
65- --gas-limit 6700000
66- --gas-price 0
67-
6845 steps :
6946 - name : Checkout
7047 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments