Skip to content
Open
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,15 @@ graph TD
|----------|-------------|
| Minter | [`ljyxk-riaaa-aaaar-qb5mq-cai`](https://dashboard.internetcomputer.org/canister/ljyxk-riaaa-aaaar-qb5mq-cai) |
| Ledger | [`la34w-haaaa-aaaar-qb5na-cai`](https://dashboard.internetcomputer.org/canister/la34w-haaaa-aaaar-qb5na-cai) |
| Ledger Index | [`2r6ji-gyaaa-aaaar-qb6fq-cai`](https://dashboard.internetcomputer.org/canister/2r6ji-gyaaa-aaaar-qb6fq-cai) |

### <img src="static/images/cksol-token.svg" width="20" valign="middle"> ckSOL — 🚀 Production (Solana Mainnet)

| Canister | Canister ID |
|----------|-------------|
| Minter | `lh22c-kyaaa-aaaar-qb5nq-cai` *(not yet deployed)* |
| Ledger | `ls5lp-lqaaa-aaaar-qb5oa-cai` *(not yet deployed)* |
| Ledger Index | `2ezyf-hqaaa-aaaar-qb6ga-cai` *(not yet deployed)* |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what the *(not yet deployed)* means currently - the canisters identified by Ledger and Ledger Index in this table do seem to be running ledger and index wasms, respectively, but perhaps they still need to be redeployed for production (and be put under NNS control) before removing that comment. Also, the ledger should be upgraded to include the index canister ID, so that calls to its icrc106_get_index_principal endpoint returns the index' canister ID (currently it returns an IndexPrincipalNotSet error).


<a id="interacting-via-the-cli"></a>
## 💻 Interacting via the CLI
Expand Down
Loading