File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ To run the image, execute:
3939<TabItem value = " linux-intel-win" label = " Linux (Intel) / Windows" >
4040
4141``` sh
42- docker run -it --rm -p8544-8548 :8544-8548 ghcr.io/oasisprotocol/sapphire-localnet
42+ docker run -it --rm -p8544-8549 :8544-8549 ghcr.io/oasisprotocol/sapphire-localnet
4343```
4444
4545</TabItem >
4646<TabItem value = " macos" label = " macOS" >
4747
4848``` sh
49- docker run -it --rm -p8544-8548 :8544-8548 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
49+ docker run -it --rm -p8544-8549 :8544-8549 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
5050```
5151
5252:::info Apple Silicon on macOS
@@ -67,7 +67,7 @@ Make sure to pull the latest version of the image:
6767<TabItem value = " linux-non-intel" label = " Linux (non-Intel)" >
6868
6969``` sh
70- docker run -it --rm -p8544-8548 :8544-8548 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
70+ docker run -it --rm -p8544-8549 :8544-8549 --platform linux/x86_64 ghcr.io/oasisprotocol/sapphire-localnet
7171```
7272
7373</TabItem >
@@ -151,8 +151,8 @@ phrases or wallet addresses. Use the `-n` parameter to define the number of
151151derived addresses to fund.
152152
153153``` sh
154- 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
155- docker run -it -p8544-8548 :8544-8548 ghcr.io/oasisprotocol/sapphire-localnet -to " 0x75eCF0d4496C2f10e4e9aF3D4d174576Ee9010E2,0xbDA5747bFD65F08deb54cb465eB87D40e51B197E"
154+ 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
155+ docker run -it -p8544-8549 :8544-8549 ghcr.io/oasisprotocol/sapphire-localnet -to " 0x75eCF0d4496C2f10e4e9aF3D4d174576Ee9010E2,0xbDA5747bFD65F08deb54cb465eB87D40e51B197E"
156156```
157157
158158:::danger
You can’t perform that action at this time.
0 commit comments