orca-so / orca-sdks

Open-sourced typescript SDKs for Orca
MIT License
43 stars 10 forks source link

Bump token-sdk version for mintlist-cli #64

Closed terranmoccasin closed 7 months ago

terranmoccasin commented 8 months ago

Bump token-sdk to 0.2.0 for mintlist-cli

terranmoccasin commented 7 months ago

While updates from 0.1.6 to 0.2.0 have a bit large implementation differences at the functions related to metadata, I believe that mintlist-cli will not affected because it uses type definition only. 🙂

That's a good observation. mintlist-cli is mainly used in our GitHub Actions for mintlist automation - e.g. https://github.com/orca-so/orca-mintlists/blob/main/.github/workflows/add-mints.yml

So I was thinking the main benefit from this change is that the GH Action runners for orca-mintlist and coingecko-mintlist would be more lightweight. Will need to bump the versions there too.