@bitgo/statics
Advanced tools
Comparing version 48.16.0 to 48.17.0
@@ -1323,2 +1323,3 @@ import { BaseNetwork } from './networks'; | ||
'USDC-POS-WORMHOLE' = "usdc-pos-wormhole", | ||
USDE = "usde", | ||
USDGLO = "usdglo", | ||
@@ -1325,0 +1326,0 @@ USDH = "usdh", |
@@ -305,2 +305,36 @@ import { BaseCoin, BaseUnit, CoinFeature, CoinKind, KeyCurve, UnderlyingAsset } from './base'; | ||
export declare function tofcAvaxErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>; | ||
/** | ||
* Factory function for ofc polygonErc20 token instances. | ||
* | ||
* @param id uuid v4 | ||
* @param name unique identifier of the coin | ||
* @param fullName Complete human-readable name of the coin | ||
* @param network Network object for this coin | ||
* @param decimalPlaces Number of decimal places this coin supports (divisibility exponent) | ||
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin. | ||
* @param kind Differentiates coins which represent fiat assets from those which represent crypto assets | ||
* @param prefix? Optional coin prefix. Defaults to empty string | ||
* @param suffix? Optional coin suffix. Defaults to coin name. | ||
* @param isToken? Whether or not this account coin is a token of another coin | ||
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin` | ||
* @param primaryKeyCurve The elliptic curve for this chain/token | ||
*/ | ||
export declare function ofcPolygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>; | ||
/** | ||
* Factory function for testnet ofc polygonErc20 token instances. | ||
* | ||
* @param id uuid v4 | ||
* @param name unique identifier of the coin | ||
* @param fullName Complete human-readable name of the coin | ||
* @param network Network object for this coin | ||
* @param decimalPlaces Number of decimal places this coin supports (divisibility exponent) | ||
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin. | ||
* @param kind Differentiates coins which represent fiat assets from those which represent crypto assets | ||
* @param prefix? Optional coin prefix. Defaults to empty string | ||
* @param suffix? Optional coin suffix. Defaults to coin name. | ||
* @param isToken? Whether or not this account coin is a token of another coin | ||
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin` | ||
* @param primaryKeyCurve The elliptic curve for this chain/token | ||
*/ | ||
export declare function tofcPolygonErc20(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>; | ||
//# sourceMappingURL=ofc.d.ts.map |
{ | ||
"name": "@bitgo/statics", | ||
"version": "48.16.0", | ||
"version": "48.17.0", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "aa0e016831affea0c7a44bec5177ac106af0ea5b" | ||
"gitHead": "339ceb8b3082a13247a10a1ae4e98fc79bf28080" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2439507
12928