We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0f282 commit f88356dCopy full SHA for f88356d
cli/src/modules/internet-identity.ts
@@ -4,7 +4,7 @@ import type {ModuleDescription} from '../types/module';
4
const INTERNET_IDENTITY: ModuleDescription = {
5
key: 'internet_identity',
6
name: 'Internet Identity',
7
- canisterId: 'rrkah-fqaaa-aaaaa-aaaaq-cai'
+ canisterId: 'rdmx6-jaaaa-aaaaa-aaadq-cai'
8
};
9
10
export const internetIdentity = new Module(INTERNET_IDENTITY);
0 commit comments