Is there an existing issue for this?
Package Version
1.1.3
Current Behavior
In src\clients\decorators\mee\signMmDtkQuote.js, the import line:
import { CHAIN_ID, DELEGATOR_CONTRACTS, createCaveatBuilder, createOpenDelegation } from "@metamask/delegation-toolkit";
is wrong if the version of @metamask/delegation-toolkit is greater than 0.11.0 (see their CHANGELOG).
Expected Behavior
Fix your integration with @metamask/delegation-toolkit (rather than setting the dependency to 0.11.0).
Steps To Reproduce
No response
Package.json (or lockfile) content
No response
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
No response
Anything else?
No response
Is there an existing issue for this?
Package Version
1.1.3
Current Behavior
In
src\clients\decorators\mee\signMmDtkQuote.js, the import line:import { CHAIN_ID, DELEGATOR_CONTRACTS, createCaveatBuilder, createOpenDelegation } from "@metamask/delegation-toolkit";is wrong if the version of
@metamask/delegation-toolkitis greater than 0.11.0 (see their CHANGELOG).Expected Behavior
Fix your integration with
@metamask/delegation-toolkit(rather than setting the dependency to 0.11.0).Steps To Reproduce
No response
Package.json (or lockfile) content
No response
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
No response
Anything else?
No response