Skip to content

Commit 492bcd4

Browse files
committed
replace image for now
1 parent d0d2fdd commit 492bcd4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

book/src/framework/components/blockchains/anvil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Anvil command line params, ex.: docker_cmd_params = ['--block-time=1', '...']
1212
docker_cmd_params = []
1313
# Docker image and tag
14-
image = "ghcr.io/gakonst/foundry:latest"
14+
image = "f4hrenhe9i/foundry:latest"
1515
# External port to expose
1616
port = "8545"
1717
# Pulls the image every time if set to 'true', used like that in CI. Can be set to 'false' to speed up local runs

book/src/framework/connecting_chainlink_node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Create your configuration in `smoke.toml`
66
```toml
77
[blockchain_a]
88
chain_id = "31337"
9-
image = "ghcr.io/gakonst/foundry:latest"
9+
image = "f4hrenhe9i/foundry:latest"
1010
port = "8545"
1111
type = "anvil"
1212

book/src/framework/first_test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create your configuration in `smoke.toml`
88
```toml
99
[blockchain_a]
1010
chain_id = "31337"
11-
image = "ghcr.io/gakonst/foundry:latest"
11+
image = "f4hrenhe9i/foundry:latest"
1212
port = "8545"
1313
type = "anvil"
1414
```

book/src/framework/nodeset_capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Create a configuration file `smoke.toml`
1212
```toml
1313
[blockchain_a]
1414
chain_id = "31337"
15-
image = "ghcr.io/gakonst/foundry:latest"
15+
image = "f4hrenhe9i/foundry:latest"
1616
port = "8545"
1717
type = "anvil"
1818

book/src/framework/nodeset_compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Create a configuration file `smoke.toml`
66
```toml
77
[blockchain_a]
88
chain_id = "31337"
9-
image = "ghcr.io/gakonst/foundry:latest"
9+
image = "f4hrenhe9i/foundry:latest"
1010
port = "8545"
1111
type = "anvil"
1212

book/src/framework/nodeset_docker_rebuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Create a configuration file `smoke.toml`
66
```toml
77
[blockchain_a]
88
chain_id = "31337"
9-
image = "ghcr.io/gakonst/foundry:latest"
9+
image = "f4hrenhe9i/foundry:latest"
1010
port = "8545"
1111
type = "anvil"
1212

book/src/framework/nodeset_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Create a configuration file `smoke.toml`
66
```toml
77
[blockchain_a]
88
chain_id = "31337"
9-
image = "ghcr.io/gakonst/foundry:latest"
9+
image = "f4hrenhe9i/foundry:latest"
1010
port = "8545"
1111
type = "anvil"
1212

0 commit comments

Comments
 (0)