From 42d470fc4062b5b2ad2f611c10a261fad454b17f Mon Sep 17 00:00:00 2001 From: Jessie Mongeon Date: Fri, 20 Dec 2024 09:54:56 -0600 Subject: [PATCH] add sys canisters --- .../smart-contracts/advanced-features/system-canisters.mdx | 5 +++-- submodules/quill | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/developer-docs/smart-contracts/advanced-features/system-canisters.mdx b/docs/developer-docs/smart-contracts/advanced-features/system-canisters.mdx index e29c2574e4..3ce4e8f002 100644 --- a/docs/developer-docs/smart-contracts/advanced-features/system-canisters.mdx +++ b/docs/developer-docs/smart-contracts/advanced-features/system-canisters.mdx @@ -8,8 +8,6 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow"; - - System canisters are canisters that provide a necessary function to the ICP network. They are controlled by the NNS and upgraded via NNS proposals. These canisters have static canister IDs that projects can make calls to. One common example of a system canister that is used by projects is the Internet Identity canister. ## System canisters @@ -18,7 +16,10 @@ System canisters are canisters that provide a necessary function to the ICP netw |-----------------|-------------| | [Bitcoin mainnet](/docs/current/developer-docs/multi-chain/bitcoin/overview) | ghsi2-tqaaa-aaaan-aaaca-cai | | [Bitcoin testnet](/docs/current/developer-docs/multi-chain/bitcoin/overview) | g4xu7-jiaaa-aaaan-aaaaq-cai | +| [Cycles ledger](/docs/current/developer-docs/defi/cycles/cycles-ledger) | um5iw-rqaaa-aaaaq-qaaba-cai | +| [Cycles ledger index](/docs/current/developer-docs/defi/cycles/cycles-ledger) | ul4oc-4iaaa-aaaaq-qaabq-cai | | [Cycles minting](/docs/current/developer-docs/gas-cost) | rkp4c-7iaaa-aaaaa-aaaca-cai | +| [Exchange rate canister](/docs/current/developer-docs/defi/exchange-rate-canister) | uf6dk-hyaaa-aaaaq-qaaaq-cai | | [Genesis token](/how-it-works/tokenomics/) | renrk-eyaaa-aaaaa-aaada-cai | | [ICP index](/docs/current/developer-docs/defi/tokens/indexes) | qhbym-qaaaa-aaaaa-aaafq-cai | | [ICP ledger](/docs/current/developer-docs/defi/overview) | ryjl3-tyaaa-aaaaa-aaaba-cai | diff --git a/submodules/quill b/submodules/quill index 077696fd4e..5a5a9ad4a7 160000 --- a/submodules/quill +++ b/submodules/quill @@ -1 +1 @@ -Subproject commit 077696fd4e433cd6f590bc9cec1674c8275faed9 +Subproject commit 5a5a9ad4a72ea9fa9f0adad5c3b11b00ced78db9