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
if I create an account with a balance of wrapped sol and pass it into the place_order call as the payer argument the call still creates, initialises and closes a temporary account. Is this the intended behaviour? It's different from serum-ts
The text was updated successfully, but these errors were encountered:
Wondering about this as well. After the new 'quote wallet' when I try to place an order it goes through and the Solana Explorer shows an error: invalid program argument
When creating my exchanger, I noticed that the "SOL/USDT" quote is actually produced using a Wrapped SOL token. I think this is due to the fact that the Solana coin itself is not a token and is difficult to trade in such a case.
all markets directly related to SOL are special because it is impossible to trade without an additional liquid account, it is necessary to wrap SOL.
Correct me if this is not true
if I create an account with a balance of wrapped sol and pass it into the place_order call as the payer argument the call still creates, initialises and closes a temporary account. Is this the intended behaviour? It's different from serum-ts
The text was updated successfully, but these errors were encountered: