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
Hello @augustin-v! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!
Is your feature request related to a problem? Please describe.
The starknet plugin package needs a few fix/features especially in the
/src/providers
folder e.g.:eliza/packages/plugin-starknet/src/providers/trustScoreProvider.ts
Line 22 in ea9d1c0
Importing a non existent file and the trustScoreProvider functionality not quite there yet.
Describe the solution you'd like
Adapt the plugin to starknet, fix imports and wallet methods calls. See here for example:
eliza/packages/plugin-starknet/src/providers/token.ts
Lines 131 to 137 in ea9d1c0
Instead of
.fetchPortfolioValue()
, the correct method should likely beeliza/packages/plugin-starknet/src/providers/portfolioProvider.ts
Line 28 in ea9d1c0
and the imported Promise<
Item
> (intoken.ts
) is not defined yet.The text was updated successfully, but these errors were encountered: