We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b908f commit 6c3c62dCopy full SHA for 6c3c62d
src/frontend/src/utils/iiConnection.ts
@@ -37,8 +37,6 @@ import * as tweetnacl from "tweetnacl";
37
import { fromMnemonicWithoutValidation } from "../crypto/ed25519";
38
39
declare var canisterId: string; // TODO: error on undefined
40
-// eslint-disable-next-line
41
-//const canisterId: string = process.env.CANISTER_ID!;
42
export const canisterIdPrincipal: Principal = Principal.fromText(canisterId);
43
export const baseActor = Actor.createActor<_SERVICE>(internet_identity_idl, {
44
agent: new HttpAgent({}),
0 commit comments