You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: evm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ These links are only valid if you run a local ethereum devnet on an x86 machine.
27
27
> The addresses are different because we often redeploy without upgrading when a storage breaking update is pushed.
28
28
> Production contracts will get solely upgraded through the proxy and have the same addresses across networks.
29
29
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.
31
31
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.
33
33
34
34
This deployer contract will be pre-deployed on all EVM networks where we deploy the IBC stack.
0 commit comments