Skip to content

Commit

Permalink
doc(evm): contract upgrade process
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jan 7, 2025
1 parent d0df31f commit 226d377
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,18 @@ Gas used: 52087
UCS01: 0xa9d03ba6e27b43c69a64c87f845485b73a8e5d46
UCS02: 0x524d4d28fc90dc5a257162abe37081f52681c7d6
```

## Upgrading contracts

To see all generated contract upgrade scripts

```bash
nix run .#eth-upgrade- <TAB>
```

To execute an upgrade (example values)

```bash
nix run .\#eth-upgrade-holesky-ucs03 -- --deployer_pk 0xa3cd41bff71ad19fddfd901a9773c975a0404d97 --sender_pk 0x153919669Edc8A5D0c8D1E4507c9CE60435A1177 --private_key omitted
```

0 comments on commit 226d377

Please sign in to comment.