Anchor-Protocol / anchor-earn

The Earn JavaScript SDK for Anchor Protocol.
Apache License 2.0
45 stars 24 forks source link

userCoins.get is not a function while accessing anchorEarn.balance #24

Open sriharikapu opened 2 years ago

sriharikapu commented 2 years ago

this occurred while querying for anchorEarn.balance

junhoyeo commented 2 years ago

Just got the same error and found it was discussed & fixed at #17. Try running with yarn add @anchor-protocol/anchor-earn@2.0.0-alpha1.

https://github.com/Anchor-Protocol/anchor-earn/blob/bac623aa3bbe77c8ee9ad751d65baedb30cfd684/src/facade/terra-anchor-earn.ts#L417-L426

visvirial commented 2 years ago

Same here upgrading the alpha version fixed for me.