CetusProtocol / cetus-clmm-sui-sdk

The clmm sdk on Sui.
Apache License 2.0
36 stars 25 forks source link

getPoolByCoins Fetch failed #22

Open FBCD1012 opened 1 week ago

FBCD1012 commented 1 week ago

async function getPoolByCoins() { const coinA = '0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN' const coinB = '0xc060006111016b8a020ad5b33834984a437aaa7d3c74c18e09a95d48aceab08c::coin::COIN'

const pools = await testnetSDK.Pool.getPoolByCoins([coinA, coinB])
console.log('find pools by cointypes', pools)

} getPoolByCoins()

can not get the PoolInfo by Coins i don't know what reason casued this problem and my node js is follow the docs , my network is well please tell me the true reason