raydium-io / raydium-clmm

Open-Source Concentrated Liquidity Market Maker
Apache License 2.0
114 stars 92 forks source link

Support for other token extensions #80

Open raulriera opened 3 months ago

raulriera commented 3 months ago

It seems the pools use this utility to validate that the token is supported, but the check for extensions could be more exhaustive. With over 17 extensions, usage of any other than these 3 will fail the check

https://github.com/raydium-io/raydium-clmm/blob/2eb458dfd634bb28521e25a81da3e93fa8926644/programs/amm/src/util/token.rs#L247C1-L254C6