Skip to content

Commit 153b4f1

Browse files
committed
fix(docs): use 'onchain' (cspell forbids 'on-chain')
1 parent 4933caa commit 153b4f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs-developers/docs/resources/migration_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Direct callers of the `SimulationOverrides` constructor must switch from a posit
7474
+ new SimulationOverrides({ contracts });
7575
```
7676

77-
`overrides.contracts` swaps contract instances in the simulator's contract DB — useful for simulating a contract being on a different class than the one it was deployed with. To simulate a complete on-chain upgrade flow, use the `fastForwardContractUpdate` helper which returns a `SimulationOverrides` covering both registry storage rewrites and the upgraded instance entry:
77+
`overrides.contracts` swaps contract instances in the simulator's contract DB — useful for simulating a contract being on a different class than the one it was deployed with. To simulate a complete onchain upgrade flow, use the `fastForwardContractUpdate` helper which returns a `SimulationOverrides` covering both registry storage rewrites and the upgraded instance entry:
7878

7979
```typescript
8080
import { fastForwardContractUpdate } from '@aztec/aztec.js';

0 commit comments

Comments
 (0)