Skip to content

Commit

Permalink
Merge pull request #173 from ensdomains/chore/bump-anvil
Browse files Browse the repository at this point in the history
chore: bump anvil
  • Loading branch information
TateB authored Feb 12, 2024
2 parents bc797e3 + fec2147 commit 8d0f501
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ens-test-env/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ensdomains/ens-test-env",
"type": "module",
"version": "0.3.8",
"version": "0.4.0-beta.0",
"files": [
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/ens-test-env/src/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
anvil:
image: ghcr.io/ensdomains/anvil:latest
image: ghcr.io/ensdomains/anvil:next
ports:
- '8545:8545'
entrypoint: /bin/sh -c 'anvil --chain-id 1337 --gas-limit 50000000 --timestamp 1640995200 $ANVIL_EXTRA_ARGS'
Expand Down
Binary file modified packages/ensjs/archive.tar.lz4
Binary file not shown.

0 comments on commit 8d0f501

Please sign in to comment.