agent-js icon indicating copy to clipboard operation
agent-js copied to clipboard

Management canister constant wrong format

Open timohanke opened this issue 1 year ago • 0 comments

https://github.com/dfinity/agent-js/blob/3502217ba8f81595ebd40f468046ba4df83d146c/packages/principal/src/index.ts#L9

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

timohanke avatar Feb 22 '24 15:02 timohanke