Skip to content

Commit 93df1d7

Browse files
authored
refactor: update create2 deployer explanation (#1437)
1 parent 5916930 commit 93df1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/deterministic-deployments-using-create2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For the best user experience it is recommended to avoid having different address
1717
> ℹ️ **Note**
1818
>
1919
> This guide is intended to help you get started with configuring deterministic deployments using `CREATE2`.
20-
> By default `new Counter{salt: salt}()` will use by default the deterministic deployer at [0x4e59b44847b379578588920ca78fbf26c0b4956c](https://github.com/Arachnid/deterministic-deployment-proxy).
20+
> By default, `new Counter{salt: salt}()` will use the deterministic deployer at [`0x4e59b44847b379578588920ca78fbf26c0b4956c`](https://github.com/Arachnid/deterministic-deployment-proxy). Note that the deployer may not be available on all EVM chains.
2121
> A different deployer address can be configured by setting `create2_deployer` in `foundry.toml` or by using `--create2-deployer` argument.
2222
2323
## Configuring your `foundry.toml`

0 commit comments

Comments
 (0)