agent-js
agent-js copied to clipboard
Management canister constant wrong format
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).