You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adding here as it dosnt make sense to have it as a separate issue
there are a few types missing from the "@aragon/sdk-client"
you have to import { DepositErc20Params } from "@aragon/sdk-client/dist/interfaces";
as opposed to import { DepositErc20Params } from "@aragon/sdk-client
Describe the bug
@aragon/sdk-client
exports theErc20TokenDetails
type but notErc721TokenDetails
To Reproduce (please complete the following information)
import { Erc20TokenDetails, Erc721TokenDetails } from "@aragon/sdk-client";
Expected behavior
to be able to import all the types without redefining them localy
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: