Skip to content

Commit cc055a3

Browse files
feat: remove IC canisters from list of modules (#263)
1 parent 08d3ea0 commit cc055a3

1 file changed

Lines changed: 0 additions & 52 deletions

File tree

modules.json

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
{
2-
"internet_identity": {
3-
"commit": "1c93091cc6ce54925f942f2effb71b270f5d6db2",
4-
"repo": "https://github.com/dfinity/internet-identity",
5-
"url": "https://github.com/dfinity/internet-identity/releases/download/release-2026-01-16/internet_identity_dev.wasm.gz",
6-
"candid": [
7-
{
8-
"url": "https://github.com/dfinity/internet-identity/releases/download/release-2026-01-16/internet_identity.did"
9-
}
10-
]
11-
},
122
"satellite": {
133
"commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643",
144
"repo": "https://github.com/junobuild/juno",
@@ -61,47 +51,5 @@
6151
"url": "https://github.com/junobuild/juno/releases/download/v0.0.69/observatory.did"
6252
}
6353
]
64-
},
65-
"icp_ledger": {
66-
"commit": "69b755062f5ef0a7d6efc9a127172b46121420c8",
67-
"repo": "https://github.com/dfinity/ic",
68-
"url": "https://download.dfinity.systems/ic/{commit}/canisters/ledger-canister.wasm.gz",
69-
"candid": [
70-
{
71-
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/ledger_suite/icp/ledger.did",
72-
"filename": "icp_ledger.did"
73-
}
74-
]
75-
},
76-
"icp_index": {
77-
"commit": "3ae3649a2366aaca83404b692fc58e4c6e604a25",
78-
"repo": "https://github.com/dfinity/ic",
79-
"url": "https://download.dfinity.systems/ic/{commit}/canisters/ic-icp-index-canister.wasm.gz",
80-
"candid": [
81-
{
82-
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/ledger_suite/icp/index/index.did",
83-
"filename": "icp_index.did"
84-
}
85-
]
86-
},
87-
"cmc": {
88-
"commit": "1bc0a59539613f6ec273a59a172ae43dfabb1ce0",
89-
"repo": "https://github.com/dfinity/ic",
90-
"url": "https://download.dfinity.systems/ic/{commit}/canisters/cycles-minting-canister.wasm.gz",
91-
"candid": [
92-
{
93-
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/nns/cmc/cmc.did"
94-
}
95-
]
96-
},
97-
"governance": {
98-
"commit": "1b25ff7b66627df8413677f55919010c4d6719d0",
99-
"repo": "https://github.com/dfinity/ic",
100-
"url": "https://download.dfinity.systems/ic/{commit}/canisters/governance-canister.wasm.gz",
101-
"candid": [
102-
{
103-
"url": "https://raw.githubusercontent.com/dfinity/ic/{commit}/rs/nns/governance/canister/governance.did"
104-
}
105-
]
10654
}
10755
}

0 commit comments

Comments
 (0)