Skip to content

Commit

Permalink
fix: register custom network link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Dec 10, 2024
1 parent 5ef4430 commit 997de8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Arbitrum SDK comes pre-configured for Mainnet and Sepolia, and their Arbitrum co

#### Configuring Network

To interact with a custom [`ArbitrumNetwork`](./reference/dataEntities/networks), you can register it using the [`registerCustomArbitrumNetwork`](./reference/dataEntities/networks.md#registerCustomArbitrumNetwork) function.
To interact with a custom [`ArbitrumNetwork`](./reference/dataEntities/networks), you can register it using the [`registerCustomArbitrumNetwork`](./reference/dataEntities/networks.md#registercustomarbitrumnetwork) function.

```ts
import { registerCustomArbitrumNetwork } from '@arbitrum/sdk'
Expand Down

0 comments on commit 997de8e

Please sign in to comment.