Skip to content

Commit acce90f

Browse files
committed
Pre-commit... again?!
1 parent d86a42e commit acce90f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lazer/contracts/evm/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ $ forge snapshot
3232

3333
### Anvil
3434

35-
Anvil does not come with CreateX by default. It can be deployed or an RPC which has the contract can be forked. The below command forks an RPC with a functional CreateX contract.
35+
Anvil does not come with CreateX by default. It can be deployed or an RPC which has the contract can be forked. The below command forks an RPC with a functional CreateX contract.
36+
3637
```shell
37-
$ anvil --fork-url "https://eth-sepolia.public.blastapi.io"
38+
$ anvil --fork-url "https://eth-sepolia.public.blastapi.io"
3839
```
3940

4041
### Deploy
@@ -44,6 +45,7 @@ $ forge script script/PythLazerDeploy.s.sol --rpc-url <your_rpc_url> --private-k
4445
```
4546

4647
### Upgrade
48+
4749
The UUPSUpgradeable feature adds functions to the cocntract which support upgrading through the use of an UUPS/ERC1967Proxy. A function can be defined to migrate state if needed. Be careful of changing storage slots when upgrading. See [Documentation](https://docs.openzeppelin.com/upgrades-plugins/1.x/writing-upgradeable) for more details.
4850
In addition, the private key is necessary or contracts will be deployed to different addresses than expected.
4951

0 commit comments

Comments
 (0)