Skip to content

Commit

Permalink
Merge pull request #296 from massalabs/Thykof-patch-1
Browse files Browse the repository at this point in the history
fix change id instruction in local network generation
  • Loading branch information
Adrien LF authored Apr 10, 2024
2 parents 478b4d1 + eb11713 commit 292e6a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/build/networks-faucets/local-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ Setup your node to use the secret you just generated as its public key and staki
{}
```

- You also have to modify the file `massa-node/base_config/config.toml` to match the same ChainID as a Sandbox node, as it defaults to the Mainnet ChainID of 77658377.
```javascript
{
chain_id = 77
}
- You also have to modify the file `massa-client/base_config/config.toml` to match the same ChainID as a Sandbox node, as it defaults to the Mainnet ChainID of 77658377.
```toml
...
chain_id = 77
...
```

You can now launch your node:
Expand Down

0 comments on commit 292e6a5

Please sign in to comment.