dfinity / agent-js

A collection of libraries and tools for building software around the Internet Computer, in JavaScript.

Home Page:https://agent-js.icp.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Management canister constant wrong format

timohanke opened this issue · comments

const MANAGEMENT_CANISTER_PRINCIPAL_HEX_STR = 'aaaaa-aa';

Here, the management canister constant is mis-named because it is specified as "Text" not "Hex". The subsequent function managementCanister() will fail (bug).