Socket
Socket
Sign inDemoInstall

@bitgo/statics

Package Overview
Dependencies
Maintainers
7
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/statics - npm Package Compare versions

Comparing version 16.1.0 to 16.2.0

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

# [16.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@16.1.0...@bitgo/statics@16.2.0) (2023-06-07)
### Features
- **statics:** add Injective config ([750e817](https://github.com/BitGo/BitGoJS/commit/750e8178f50c6814e7dc92148b70beb287719b8a))
- **statics:** fix name ([090beb5](https://github.com/BitGo/BitGoJS/commit/090beb519e56505e3e8c900b91a43b4ba5d04f06))
# [16.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@16.0.0...@bitgo/statics@16.1.0) (2023-06-05)

@@ -8,0 +15,0 @@

4

dist/src/base.d.ts

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

HBAR = "hbar",
INJ = "injective",
LTC = "ltc",

@@ -1134,3 +1135,4 @@ POLYGON = "polygon",

BLD = "ubld",
SEI = "usei"
SEI = "usei",
INJ = "inj"
}

@@ -1137,0 +1139,0 @@ export interface BaseCoinConstructorOptions {

@@ -535,2 +535,12 @@ import { CoinFamily } from './base';

}
declare class Injective extends Mainnet implements AccountNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
}
declare class InjectiveTestnet extends Testnet implements AccountNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
}
declare class Stx extends Mainnet implements StacksNetwork {

@@ -683,2 +693,3 @@ name: string;

hedera: Readonly<Hedera>;
inj: Readonly<Injective>;
litecoin: Readonly<Litecoin>;

@@ -726,2 +737,3 @@ polygon: Readonly<Polygon>;

hedera: Readonly<HederaTestnet>;
inj: Readonly<InjectiveTestnet>;
kovan: Readonly<Kovan>;

@@ -728,0 +740,0 @@ goerli: Readonly<Goerli>;

{
"name": "@bitgo/statics",
"version": "16.1.0",
"version": "16.2.0",
"description": "dependency-free static configuration for the bitgo platform",

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

},
"gitHead": "9efc360c50ab1809e58cb5b0024850f14d62943a"
"gitHead": "968f6e132c14bc69d20ec1991a4e316166ecdbdd"
}

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