diff --git a/modules.json b/modules.json index 42660a1..6fb6262 100644 --- a/modules.json +++ b/modules.json @@ -1,14 +1,4 @@ { - "internet_identity": { - "commit": "1c93091cc6ce54925f942f2effb71b270f5d6db2", - "repo": "https://github.com/dfinity/internet-identity", - "url": "https://github.com/dfinity/internet-identity/releases/download/release-2026-01-16/internet_identity_dev.wasm.gz", - "candid": [ - { - "url": "https://github.com/dfinity/internet-identity/releases/download/release-2026-01-16/internet_identity.did" - } - ] - }, "satellite": { "commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643", "repo": "https://github.com/junobuild/juno", @@ -61,47 +51,5 @@ "url": "https://github.com/junobuild/juno/releases/download/v0.0.69/observatory.did" } ] - }, - "icp_ledger": { - "commit": "69b755062f5ef0a7d6efc9a127172b46121420c8", - "repo": "https://github.com/dfinity/ic", - "url": "https://download.dfinity.systems/ic/{commit}/canisters/ledger-canister.wasm.gz", - "candid": [ - { - "url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/ledger_suite/icp/ledger.did", - "filename": "icp_ledger.did" - } - ] - }, - "icp_index": { - "commit": "3ae3649a2366aaca83404b692fc58e4c6e604a25", - "repo": "https://github.com/dfinity/ic", - "url": "https://download.dfinity.systems/ic/{commit}/canisters/ic-icp-index-canister.wasm.gz", - "candid": [ - { - "url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/ledger_suite/icp/index/index.did", - "filename": "icp_index.did" - } - ] - }, - "cmc": { - "commit": "1bc0a59539613f6ec273a59a172ae43dfabb1ce0", - "repo": "https://github.com/dfinity/ic", - "url": "https://download.dfinity.systems/ic/{commit}/canisters/cycles-minting-canister.wasm.gz", - "candid": [ - { - "url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/nns/cmc/cmc.did" - } - ] - }, - "governance": { - "commit": "1b25ff7b66627df8413677f55919010c4d6719d0", - "repo": "https://github.com/dfinity/ic", - "url": "https://download.dfinity.systems/ic/{commit}/canisters/governance-canister.wasm.gz", - "candid": [ - { - "url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/nns/governance/canister/governance.did" - } - ] } }