Skip to content

Commit ad71a69

Browse files
committed
add docs and changeset
1 parent bded99b commit ad71a69

File tree

2 files changed

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

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ API is available on [localhost:9000](http://localhost:9000)
99
type = "sui"
1010
image = "mysten/sui-tools:mainnet" # if omitted default is mysten/sui-tools:devnet
1111
contracts_dir = "$your_dir"
12+
image_platform = "linux/amd64" # default one
1213
```
1314

1415
## Usage

framework/.changeset/v0.9.5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Sui image platform param

0 commit comments

Comments
 (0)