Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ After you get the `os_image_hash`, you can register it to the KMS whitelist by r

```bash
cd dstack/kms/auth-eth
npx hardhat kms:add-image --network phala --mr <os-image-hash>
npx hardhat kms:add-image --network phala 0x<os-image-hash>
```

### Register dstack-gateway in KMS
Expand Down