Skip to content

Commit

Permalink
Fix Info boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed May 18, 2024
1 parent 79f5a99 commit 7110f49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/berkeley-upgrade/appendix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ The signing library o1labs/client-sdk was deprecated some time ago and will stop
Below you will find an example of how to use the mina-signer library. Please keep in mind the following:

1. Make sure to adjust the nonce to the correct nonce on the account you want to use
2. Use fee 1 MINA to get the TX submitted quickly
3. Update the “url” variable with an existing Mina Node GraphQL
2. Update the “url” variable with an existing Mina Node GraphQL

```javascript
import { Client } from 'mina-signer';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ You must use `--fork-state-hash` as an additional parameter to the **berkeley-mi

:::info
The migrated database output from this stage of the final migration is required to initialize your archive nodes on the upgraded network.
:::info
:::

#### Phase 1: Berkeley migration app run

Expand Down Expand Up @@ -423,8 +423,10 @@ where:

`--fork-state-hash`: fork state hash

**Info** When you run the **berkeley-migration** app with fork-state-hash, there is no requirement for the fork state block to be canonical.
:::info
When you run the **berkeley-migration** app with fork-state-hash, there is no requirement for the fork state block to be canonical.
The tool automatically converts all pending blocks in the subchain, including the fork block, to canonical blocks.
:::

#### Phase 2: Replayer in migration mode run

Expand Down

0 comments on commit 7110f49

Please sign in to comment.