We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09ca9f commit 7d0a945Copy full SHA for 7d0a945
book/src/framework/components/blockchains/aptos.md
@@ -17,8 +17,8 @@ API is available on [localhost:8080](http://localhost:8080/v1)
17
type = "aptos"
18
image = "aptoslabs/tools:aptos-node-v1.18.0" # or aptoslabs/tools:nightly
19
contracts_dir = "$your_dir"
20
- # expose custom ports
21
- custom_ports = ["2020", "4050:4050"]
+ # expose custom ports, by default 8080 is API and 8081 is faucet
+ custom_ports = ["9080:8080", "9081:9081"]
22
# add command params
23
docker_cmd_params = ["--skip-metadata-apply"]
24
```
0 commit comments