New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bitgo-beta/statics

Package Overview
Dependencies
Maintainers
2
Versions
1243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo-beta/statics - npm Package Compare versions

Comparing version 10.0.1-alpha.272 to 10.0.1-alpha.273

12

dist/src/account.d.ts

@@ -47,5 +47,2 @@ import { BaseCoin, BaseUnit, CoinFeature, KeyCurve, UnderlyingAsset } from './base';

}
export interface AlgoCoinConstructorOptions extends AccountConstructorOptions {
tokenURL: string;
}
export interface EosCoinConstructorOptions extends AccountConstructorOptions {

@@ -183,4 +180,3 @@ contractName: string;

export declare class AlgoCoin extends AccountCoinToken {
tokenURL: string;
constructor(options: AlgoCoinConstructorOptions);
constructor(options: AccountConstructorOptions);
}

@@ -608,3 +604,2 @@ /**

* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
* @param tokenURL Optional asset Url for more informationa about the asset
* See https://developer.algorand.org/docs/reference/transactions/#url

@@ -617,3 +612,3 @@ * @param prefix? Optional token prefix. Defaults to empty string

*/
export declare function algoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, tokenURL?: string, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AlgoCoin>;
export declare function algoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AlgoCoin>;
/**

@@ -628,3 +623,2 @@ * Factory function for testnet ALGO token instances.

* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
* @param tokenURL Optional asset Url for more informationa about the asset
* See https://developer.algorand.org/docs/reference/transactions/#url

@@ -636,3 +630,3 @@ * @param prefix? Optional token prefix. Defaults to empty string

*/
export declare function talgoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, tokenURL?: string, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<AlgoCoin>;
export declare function talgoToken(id: string, name: string, alias: string | undefined, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<AlgoCoin>;
/**

@@ -639,0 +633,0 @@ * Factory function for eos token instances.

@@ -2267,2 +2267,3 @@ import { BaseNetwork } from './networks';

'sui:cetus' = "sui:cetus",
'sui:wal' = "sui:wal",
'tsui:deep' = "tsui:deep",

@@ -2269,0 +2270,0 @@ 'tsui:wal' = "tsui:wal",

@@ -25,2 +25,3 @@ export interface BaseTokenConfig {

tokenAddress: string;
contractAddress: string;
};

@@ -27,0 +28,0 @@ export type AdaTokenConfig = BaseNetworkConfig & {

{
"name": "@bitgo-beta/statics",
"version": "10.0.1-alpha.272",
"version": "10.0.1-alpha.273",
"description": "dependency-free static configuration for the bitgo platform",

@@ -40,3 +40,3 @@ "main": "./dist/src/index.js",

},
"gitHead": "a921e2193a8ccb1b4db5e65925bfc5eafd95e109"
"gitHead": "236467afb93f054c70d54d1cb01b7f001175117b"
}

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc