Skip to content

Commit

Permalink
fix: bad link in core-eval section
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Oct 2, 2024
1 parent 20a3ecf commit 36f28e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/guides/coreeval/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Permissioned Contract Deployment

Until mainnet enters the Mainnet-3 phase of the [multi-phase mainnet rollout](https://agoric.com/blog/announcements/mainnet-phase-0-launch),
permissionless [contract installation with Zoe](/guides/zoe/#contract-installation)
permissionless [contract installation with Zoe](/guides/zoe/contract-walkthru#contract-installation)
is limited to development environments.

Until then, permission to deploy contracts can be granted using an Agoric extension to [Cosmos SDK Governance](https://hub.cosmos.network/delegators/delegator-guide-cli.html#participating-in-governance) called `swingset.CoreEval`. As discussed in [governance using Hardened JavaScript: swingset\.CoreEval](https://community.agoric.com/t/bld-staker-governance-using-hardened-javascript-swingset-coreeval/99),
Expand Down
2 changes: 1 addition & 1 deletion main/guides/coreeval/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ There are also several more promise spaces one level down, including:
- `powers.issuer`
- `powers.brand`
The `installContract` helper calls `E(zoe).installBundleID(bundleID)` to create an `Installation`, much like our earlier discussion of [Contract installation](../zoe/#contract-installation).
The `installContract` helper calls `E(zoe).installBundleID(bundleID)` to create an `Installation`, much like our earlier discussion of [Contract installation](/guides/zoe/contract-walkthru#contract-installation).
It also calls `powers.installation[name].resolve(installation)`.
```js
Expand Down

0 comments on commit 36f28e6

Please sign in to comment.