From 75e58233b69e6f957e0a2a80bc8f90515527f2af Mon Sep 17 00:00:00 2001
From: Abhishek Uniyal <56363630+uniyalabhishek@users.noreply.github.com>
Date: Tue, 17 Mar 2026 18:30:59 +0530
Subject: [PATCH] docs/localnet: include port 8549 in examples
---
docs/build/tools/localnet.mdx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/build/tools/localnet.mdx b/docs/build/tools/localnet.mdx
index 6f7e576b8c..ac4a5b2a64 100644
--- a/docs/build/tools/localnet.mdx
+++ b/docs/build/tools/localnet.mdx
@@ -39,14 +39,14 @@ To run the image, execute:
```sh
-docker run -it --rm -p8544-8548:8544-8548 ghcr.io/oasisprotocol/sapphire-localnet
+docker run -it --rm -p8544-8549:8544-8549 ghcr.io/oasisprotocol/sapphire-localnet
```
```sh
-docker run -it --rm -p8544-8548:8544-8548 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
+docker run -it --rm -p8544-8549:8544-8549 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
```
:::info Apple Silicon on macOS
@@ -67,7 +67,7 @@ Make sure to pull the latest version of the image:
```sh
-docker run -it --rm -p8544-8548:8544-8548 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
+docker run -it --rm -p8544-8549:8544-8549 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
```
@@ -151,8 +151,8 @@ phrases or wallet addresses. Use the `-n` parameter to define the number of
derived addresses to fund.
```sh
-docker run -it -p8544-8548:8544-8548 ghcr.io/oasisprotocol/sapphire-localnet -to "bench remain brave curve frozen verify dream margin alarm world repair innocent" -n3
-docker run -it -p8544-8548:8544-8548 ghcr.io/oasisprotocol/sapphire-localnet -to "0x75eCF0d4496C2f10e4e9aF3D4d174576Ee9010E2,0xbDA5747bFD65F08deb54cb465eB87D40e51B197E"
+docker run -it -p8544-8549:8544-8549 ghcr.io/oasisprotocol/sapphire-localnet -to "bench remain brave curve frozen verify dream margin alarm world repair innocent" -n3
+docker run -it -p8544-8549:8544-8549 ghcr.io/oasisprotocol/sapphire-localnet -to "0x75eCF0d4496C2f10e4e9aF3D4d174576Ee9010E2,0xbDA5747bFD65F08deb54cb465eB87D40e51B197E"
```
:::danger