@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.
- package/README.md +631 -73
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +1 -1
- package/package.json +1 -1
package/dist/sdk/FlaunchSDK.d.ts
CHANGED
|
@@ -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
|
|
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;
|