@flaunch/sdk 0.9.0-beta.3 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,7 +251,7 @@ export declare class ReadFlaunchSDK {
251
251
  * Calculates the coin price in USD based on the current ETH/USDC price
252
252
  * @param coinAddress - The address of the coin
253
253
  * @param version - Optional specific version to use. If not provided, will be determined automatically
254
- * @returns Promise<string> - The price of the coin in USD with 2 decimal precision
254
+ * @returns Promise<string> - The price of the coin in USD with 18 decimal precision
255
255
  */
256
256
  coinPriceInUSD({ coinAddress, version, drift, }: {
257
257
  coinAddress: Address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flaunch/sdk",
3
- "version": "0.9.0-beta.3",
3
+ "version": "0.9.0",
4
4
  "description": "Flaunch SDK to easily interact with the Flaunch protocol",
5
5
  "license": "MIT",
6
6
  "author": "Apoorv Lathey <apoorv@flayer.io>",