Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: system canister list #3915

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";

<MarkdownChipRow labels={["Intermediate", "Concept"]} />



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
Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion submodules/quill
Loading