mercurial-finance / mercurial-dynamic-amm-sdk

An SDK for building applications on top of Mercurial Dynamic AMM
22 stars 15 forks source link

Remove dependency on Deprecated SPL-Token Registry #105

Open thedonmon opened 6 months ago

thedonmon commented 6 months ago

Deprecated SPL Token registry dependency should be removed as we can now use Jup for the most up to date tokens and tokeninfo object. Ideally this TokenInfo object and helper can maybe be moved to the actual jup-api repo or somewhere central so there aren't multiple versions in different repositories.

See ref https://github.com/mercurial-finance/vault-sdk/pull/118

Open to discussing a better format