Skip to content

Commit 1c8e219

Browse files
committed
Update migration.md to account for future heights
1 parent 74cf397 commit 1c8e219

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides/evm/migration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ jq '.config.chainId = <NEW_CHAIN_ID> |
135135
.config.istanbulBlock = 0 |
136136
.config.berlinBlock = 0 |
137137
.config.londonBlock = 0 |
138+
.config.shanghaiTime = 0 |
139+
.config.cancunTime = 0 |
140+
.config.pragueTime = 0 |
141+
.config.osakaTime = 0 |
138142
.timestamp = <NEW_GENESIS_TIMESTAMP>' \
139143
genesis-export.json > genesis-new.json
140144
```

0 commit comments

Comments
 (0)