Skip to content

Commit 7d0a945

Browse files
committed
fix docs
1 parent d09ca9f commit 7d0a945

File tree

1 file changed

+2
-2
lines changed
  • book/src/framework/components/blockchains

1 file changed

+2
-2
lines changed

book/src/framework/components/blockchains/aptos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ API is available on [localhost:8080](http://localhost:8080/v1)
1717
type = "aptos"
1818
image = "aptoslabs/tools:aptos-node-v1.18.0" # or aptoslabs/tools:nightly
1919
contracts_dir = "$your_dir"
20-
# expose custom ports
21-
custom_ports = ["2020", "4050:4050"]
20+
# expose custom ports, by default 8080 is API and 8081 is faucet
21+
custom_ports = ["9080:8080", "9081:9081"]
2222
# add command params
2323
docker_cmd_params = ["--skip-metadata-apply"]
2424
```

0 commit comments

Comments
 (0)