mercurial-finance / mercurial-dynamic-amm-sdk

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

Please bump @solana/spl-token to newer version #130

Open tacshi opened 1 week ago

tacshi commented 1 week ago

My code use @solana/spl-token@0.4.6. After install this dependency, my code logic was broken because some functions not working

tacshi commented 1 week ago

BTW, functions like getMint() is not supported because 0.1.8 is a too old version.