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
When fetching profile await erc725.fetchData("LSP3Profile") expected return type is DecodeDataOutput with value field. But value is typed as string | string[] | URLDataWithHash while in value I get profile object
LSP3Profile: {
...
}
The text was updated successfully, but these errors were encountered:
When fetching profile await erc725.fetchData("LSP3Profile") expected return type is DecodeDataOutput with value field. But value is typed as string | string[] | URLDataWithHash while in value I get profile object
The text was updated successfully, but these errors were encountered: