Ellipsis-Labs / phoenix-sdk

SDK for interacting with the Phoenix DEX.
83 stars 39 forks source link

fix confirmOrCreateClaimSeatIxs for evicted users #172

Closed wphan closed 3 months ago

wphan commented 4 months ago

Currently confirmOrCreateClaimSeatIxs only returns setup instructions for a brand new trader (no Seat account), a trader may also have an existing Seat account without an Approved status. This PR will return a claim_seat instruction for users with an existing unapproved Seat account.

wphan commented 4 months ago

Looks good, can you also bump the version in the package.json?

done!