We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8093f74 commit 5d051ffCopy full SHA for 5d051ff
.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
153
- name: Install Foundry
154
uses: foundry-rs/foundry-toolchain@v1
155
- name: Start anvil
156
- run: anvil --gas-limit 100000000000 --base-fee 1 --block-time 2 --port 3021 &
+ run: anvil --gas-limit 100000000000 --base-fee 1 --block-time 2 --timestamp 1743944919 --port 3021 &
157
158
- name: Install graph CLI
159
run: curl -sSL http://cli.thegraph.com/install.sh | sudo bash
0 commit comments