From cb4e761d6a87ae94ddb0ab27c9e13898836f7e4e Mon Sep 17 00:00:00 2001 From: bitsearch Date: Tue, 17 Feb 2026 12:56:17 +0100 Subject: [PATCH] Ajout de internet ideintity canister en cours, avec nouvelle note --- dfx.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dfx.json b/dfx.json index 4b75bb6..658826a 100644 --- a/dfx.json +++ b/dfx.json @@ -16,6 +16,17 @@ ], "type": "assets", "workspace": "tetris_frontend" + }, + "internet_identity": { + "type": "custom", + "candid": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity.did", + "wasm": "https://github.com/dfinity/internet-identity/releases/latest/download/internet_identity_dev.wasm.gz", + "remote": { + "id": { + "ic": "rdmx6-jaaaa-aaaaa-aaadq-cai" + } + }, + "frontend": {} } }, "defaults": {