Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bitgo/statics

Package Overview
Dependencies
Maintainers
14
Versions
401
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 18.0.0 to 18.1.0

dist/resources/dot/index.d.ts

6

CHANGELOG.md

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

# [18.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.0.0...@bitgo/statics@18.1.0) (2023-07-28)
### Features
- **statics:** onboard batch of SOL wormhole tokens ([8a0e4b6](https://github.com/BitGo/BitGoJS/commit/8a0e4b6e2d2df030e947192192e6623e62c680ac))
# [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@17.0.1...@bitgo/statics@18.0.0) (2023-07-18)

@@ -8,0 +14,0 @@

14

dist/src/base.d.ts

@@ -57,3 +57,4 @@ import { BaseNetwork } from './networks';

XTZ = "xtz",
ZEC = "zec"
ZEC = "zec",
ZETA = "zeta"
}

@@ -172,2 +173,3 @@ /**

ZEC = "zec",
ZETA = "zeta",
'1INCH' = "1inch",

@@ -188,2 +190,3 @@ '1UP' = "1up",

AION = "aion",
AJNA = "ajna",
AKRO = "akro",

@@ -220,2 +223,3 @@ ALCX = "alcx",

ARCX = "arcx",
ARTEQ = "arteq",
ASD = "asd",

@@ -394,2 +398,3 @@ AST = "ast",

ECHT = "echt",
ECOX = "ecox",
EDEN = "eden",

@@ -726,2 +731,3 @@ EDISON = "edison",

QKC = "qkc",
QLINDO = "qlindo",
QNT = "qnt",

@@ -971,2 +977,3 @@ QRDO = "qrdo",

WFLOW = "wflow",
WFFT = "wfft",
WHALE = "whale",

@@ -976,2 +983,3 @@ WHT = "wht",

WNXM = "wnxm",
WLD = "wld",
WLUNA = "wluna",

@@ -983,2 +991,3 @@ WLXT = "wlxt",

WTC = "wtc",
WUSDC = "wusdc",
WUSDCV2 = "wusdvcv2",

@@ -1155,3 +1164,4 @@ WUSDTV2 = "wusdtv2",

SEI = "usei",
INJECTIVE = "inj"
INJECTIVE = "inj",
ZETA = "azeta"
}

@@ -1158,0 +1168,0 @@ export interface BaseCoinConstructorOptions {

@@ -46,2 +46,3 @@ import { CoinFamily } from './base';

readonly accountExplorerUrl?: string;
readonly blockExplorerUrl?: string;
}

@@ -326,2 +327,3 @@ /**

accountExplorerUrl: string;
blockExplorerUrl: string;
chainId: number;

@@ -369,2 +371,3 @@ batcherContractAddress: string;

accountExplorerUrl: string;
blockExplorerUrl: string;
chainId: number;

@@ -535,2 +538,12 @@ batcherContractAddress: string;

}
declare class Zeta extends Mainnet implements AccountNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
}
declare class ZetaTestnet extends Testnet implements AccountNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
}
declare class Injective extends Mainnet implements AccountNetwork {

@@ -709,2 +722,3 @@ name: string;

zCash: Readonly<ZCash>;
zeta: Readonly<Zeta>;
};

@@ -755,2 +769,3 @@ test: {

zCash: Readonly<ZCashTestnet>;
zeta: Readonly<ZetaTestnet>;
};

@@ -757,0 +772,0 @@ };

4

package.json
{
"name": "@bitgo/statics",
"version": "18.0.0",
"version": "18.1.0",
"description": "dependency-free static configuration for the bitgo platform",

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

},
"gitHead": "923e14ba0bb21f9dc77b0dd95d7bd965d4b2901d"
"gitHead": "dc93da5f593f20f227b0202dce2f897241e20fe2"
}

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