Skip to content

Commit

Permalink
fixup: skip non-upgradable ValueCell listing
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 8, 2024
1 parent c16bc34 commit dfb6c44
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions main/guides/zoe/contract-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ Governance of the right to upgrade is a complex topic that we cover only briefly
could, in theory, change the VM itself.)
- The `adminFacet` can be shared with a governance contract such as `committee.js`.

Upgrading a contract instance means re-starting the contract using a different code bundle. Suppose we take our `ValueCell` contract ...

::: details ValueCell contract

<<< @/snippets/zoe/src/02-state.js#startfn
:::

... and start it as usual:
Upgrading a contract instance means re-starting the contract using a different code bundle. Suppose we start a contract as usual, using
the bundle ID of a bundle we already sent to the chain:

```js
const bundleID = 'b1-1234abcd...';
Expand Down

0 comments on commit dfb6c44

Please sign in to comment.