Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/acquire-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ transaction. However, a supply of free tDUST is
available for developers who want to experiment with Midnight DApps.

:::tip
If you are using the local undeployed network, then use the [local network faucet](./midnight-local-network#fund-wallets) to fund your wallet and generate tDUST.
If you are using the local undeployed network, then use the [local network funding menu](./networks-and-environments#running-a-local-network) to fund your wallet and generate tDUST.
:::

## Get tNIGHT
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/configure-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export type MyProviders = MidnightProviders<MyCircuitKeys, PrivateStateId, MyPri

## Set the network ID

Call `setNetworkId` before initializing any providers. All Midnight.js packages read this value to target the correct network.
Call `setNetworkId` before initializing any providers. Midnight.js reads this value when it normalizes addresses and builds transactions, so it must be set before any contract operation.

```typescript
import { setNetworkId } from '@midnight-ntwrk/midnight-js-network-id';
Expand Down Expand Up @@ -140,7 +140,7 @@ const publicDataProvider = indexerPublicDataProvider(
:::info Local development

Midnight provides a local network for development and testing purposes. Use the local network to test your contract and providers before deploying to the main network.
For more information, see the [Midnight local network](./midnight-local-network) guide.
For more information, see [Running a local network](./networks-and-environments#running-a-local-network).

:::

Expand Down
282 changes: 0 additions & 282 deletions docs/guides/midnight-local-network.mdx

This file was deleted.

Loading
Loading