orca-so / typescript-sdk

The Orca SDK contains a set of simple to use APIs to allow developers to integrate with the Orca platform.
155 stars 49 forks source link

Batch get token count #57

Closed Arrowana closed 2 years ago

Arrowana commented 2 years ago

Another thing that generate unnecessary requests is this call in getQuote:

https://github.com/orca-so/typescript-sdk/blob/8168fd229d2ef1c817adaec017608646a7f97141/src/model/orca/pool/orca-pool.ts#L108-L110

ghost commented 2 years ago

Thanks @Arrowana