CetusProtocol / cetus-clmm-sui-sdk

The clmm sdk on Sui.
Apache License 2.0
28 stars 20 forks source link

getaddrinfo ENOTFOUND sui-mainnet-rpc.allthatnode.com #13

Open Im-Sue opened 2 hours ago

Im-Sue commented 2 hours ago

image image

I use the following in the development documentation: https://cetus-1.gitbook.io/cetus-developer-docs#latest -The latest configuration in SDK config: cause: Error: getaddrinfo ENOTFOUND sui-mainnet-rpc.allthatnode.com at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'sui-mainnet-rpc.allthatnode.com' } 

Im-Sue commented 2 hours ago

image