@bitgo/statics
Advanced tools
Comparing version 18.0.0 to 18.1.0
@@ -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 @@ |
@@ -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 @@ }; |
{ | ||
"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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
5331921
55
18341
1