Skip to content

Commit 65a4119

Browse files
committed
chore: partially apply changes from #4395
1 parent ddd40e6 commit 65a4119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ These links are only valid if you run a local ethereum devnet on an x86 machine.
2727
> The addresses are different because we often redeploy without upgrading when a storage breaking update is pushed.
2828
> Production contracts will get solely upgraded through the proxy and have the same addresses across networks.
2929
30-
All the deployed contracts are upgradeable proxies forwarding calls the the underlying implementation.
30+
All the deployed contracts are upgradeable proxies forwarding calls to the underlying implementation.
3131

32-
We use a a special contract called deployer in order to generate deterministic addresses that don't include the initcode in the derivation, see deploy https://github.com/Vectorized/solady/blob/e6ad61c844d6392910bdd21d39a33b3d668fc987/src/utils/CREATE3.sol#L63.
32+
We use a special contract called deployer in order to generate deterministic addresses that don't include the initcode in the derivation, see deploy https://github.com/Vectorized/solady/blob/e6ad61c844d6392910bdd21d39a33b3d668fc987/src/utils/CREATE3.sol#L63.
3333

3434
This deployer contract will be pre-deployed on all EVM networks where we deploy the IBC stack.
3535

0 commit comments

Comments
 (0)