Skip to content

Commit 8c3dfaf

Browse files
committed
docs: links from permissioned deployment to vstorage etc.
1 parent f5e14f3 commit 8c3dfaf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

main/guides/coreeval/permissions.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ export const main = startSellConcertTicketsContract;
3434

3535
In the top level promise space, we have:
3636

37-
- **agoricNames**: read-only access to the [agoricNames](../integration/name-services.md#agoricnames-agoricnamesadmin-well-known-names) name service.
37+
- **agoricNames**: read-only access to the [agoricNames](../integration/name-services#agoricnames-agoricnamesadmin-well-known-names) name service.
3838

39-
- **agoricNamesAdmin**: admin / update access to **agoricNames** and the name hubs it contains.
39+
- **agoricNamesAdmin**: admin / update access to [agoricNames](../integration/name-services#agoricnames-agoricnamesadmin-well-known-names) and the name hubs it contains.
40+
**Warning: this includes access to over-write existing bindings to instances, brands, etc.**
4041
**Warning: this includes the right to over-write existing bindings to instances, brands, etc.**
4142

4243
- **bankManager**: to manage reflection of cosmos
@@ -45,14 +46,14 @@ In the top level promise space, we have:
4546
- **board**: the [board](../integration/name-services.md#the-board-publishing-under-arbitrary-names) name service.
4647
**Note: the board only grows; no mechanism to reclaim storage has been established.**
4748

48-
- **chainStorage**: to make storage nodes to write to vstorage.
49-
**Warning: this includes the right to over-write previously allocated storage nodes.**
49+
- **chainStorage**: to make storage nodes to [write to vstorage](../zoe/pub-to-storage).
50+
**Warning: this includes access to over-write previously allocated storage nodes.**
5051

51-
- **chainTimerService**: for getting the current timer and setting timer wake-ups; for example, at the conclusion of a governance vote.
52-
**Note: this includes the right to schedule infinitely repeating events.**
52+
- **chainTimerService**: for getting the current [timer](../../reference/repl/timerServices) and setting timer wake-ups; for example, at the conclusion of a governance vote.
53+
**Note: this includes access to schedule infinitely repeating events.**
5354

5455
- **priceAuthority**: access to get price quotes and triggers; see [Price Authority Guide](../zoe/price-authority).
5556

5657
- **priceAuthorityAdmin**: access to add and replace sources of price quotes using [E(priceAuthorityAdmin).registerPriceAuthority()](../../reference/zoe-api/price-authority-admin#e-priceauthorityregistryadmin-registerpriceauthority-priceauthority-brandin-brandout-force)
5758

58-
- **zoe**: the Zoe service
59+
- **zoe**: the [Zoe service](../../reference/zoe-api//zoe)

0 commit comments

Comments
 (0)