Skip to content

Commit

Permalink
Update docs/developer-docs/smart-contracts/maintain/import.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Walz <[email protected]>
  • Loading branch information
jessiemongeon1 and marc0olo authored Dec 3, 2024
1 parent 4fde97c commit 4f5909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/smart-contracts/maintain/import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If a service canister depends on other canisters, those dependencies should also

If the canister is meant for personal use and not intended for others, the canister should not be `pullable`.

If a canister's Wasm is published for other developers to use, then the canister should not be `pullable` since the canister ID of the instance is not static. Users can test integrations locally and deploy them directly using the Wasm file directly.
If a canister's Wasm is published for other developers to use, then the canister should not be `pullable` since the canister ID of the instance is not static. Users can test integrations locally and deploy them using the Wasm file directly.

## Service provider workflow
First, a service provider must configure a canister to be `pullable` by setting it as such in the `dfx.json` file.
Expand Down

0 comments on commit 4f5909e

Please sign in to comment.