CelsiusNetwork / celsius-js-sdk

Celsius JavaScript SDK provides an easy and secure way to communicate with the Celsius API.
https://developers.celsius.network
Apache License 2.0
24 stars 22 forks source link

fix: getInterestRates() returns an array #74

Closed barathvk closed 2 years ago

barathvk commented 2 years ago

the getInterestRates end point returns an array in interestRates. This PR makes a small change to the InterestRates interface in index.d.ts to reflect this.