Open kazuki-hanai opened 3 years ago
This is news to me. An excellent suggestion.
@armaniferrante but in the demo, market.placeOrder() still accept owern as an Account Type. What should i do with that? plz help~
the code needs to be refactored.
Are all market.ts calls with Account broken? I'm getting 410 Gone for all calls that include an Account. But I can pull bid and ask orders just fine.
Any ideas?
Please provide a working example code since the one in README is outdated after this change.
Since
v1.10.0
at@solana/web3.js
,Account
was deprecated. So we should update@solana/web3.js
package and replaceAccount
withKeyPair
.