@bitgo-beta/statics 15.1.1-beta.316 → 15.1.1-beta.317
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/dist/src/account.d.ts
CHANGED
|
@@ -728,7 +728,7 @@ export declare function tavaxErc20(id: string, name: string, fullName: string, d
|
|
|
728
728
|
*/
|
|
729
729
|
export declare function polygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolygonERC20Token>;
|
|
730
730
|
/**
|
|
731
|
-
* Factory function for
|
|
731
|
+
* Factory function for Amoy testnet polygonErc20 token instances.
|
|
732
732
|
*
|
|
733
733
|
* @param id uuid v4
|
|
734
734
|
* @param name unique identifier of the token
|