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
4 changes: 2 additions & 2 deletions extensions-utils/src/dependencies/download_wasms/nns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ pub const INTERNET_IDENTITY: StandardCanister = StandardCanister {
canister_name: "internet_identity",
canister_id: "qhbym-qaaaa-aaaaa-aaafq-cai",
wasm_name: "internet_identity_dev.wasm",
wasm_url: "https://github.com/dfinity/internet-identity/releases/download/release-2022-07-11/internet_identity_dev.wasm"
wasm_url: "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz"
};
/// Frontend dapp for voting and managing neurons.
pub const NNS_DAPP: StandardCanister = StandardCanister {
canister_name: "nns-dapp",
canister_id: "qsgjb-riaaa-aaaaa-aaaga-cai",
wasm_name: "nns-dapp_local.wasm",
wasm_url: "https://github.com/dfinity/nns-dapp/releases/download/tip/nns-dapp_t2.wasm",
wasm_url: "https://github.com/dfinity/nns-dapp/releases/latest/download/nns-dapp.wasm.gz",
};
/// Backend canisters deployed by `ic nns init`.
pub const NNS_CORE: &[&IcNnsInitCanister; 11] = &[
Expand Down