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
1176
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 15.1.1-beta.639 to 15.1.1-beta.640

13

dist/src/base.d.ts

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

BASEETH = "baseeth",
BABY = "baby",
BCH = "bch",

@@ -215,2 +216,3 @@ BCHA = "bcha",

AXLV2 = "axlv2",
BABY = "baby",
BCH = "bch",

@@ -2075,2 +2077,3 @@ BCHA = "bcha",

'arbeth:myrc' = "arbeth:myrc",
'arbeth:gs' = "arbeth:gs",
'tarbeth:link' = "tarbeth:link",

@@ -2094,5 +2097,7 @@ 'tarbeth:xsgd' = "tarbeth:xsgd",

'bera:usdc' = "bera:usdc",
'bera:ibera' = "bera:ibera",
'tbera:bgt' = "tbera:bgt",
'tbera:honey' = "tbera:honey",
'tbera:usdc' = "tbera:usdc",
'tbera:ibera' = "tbera:ibera",
ERC721 = "erc721",

@@ -2190,2 +2195,6 @@ ERC1155 = "erc1155",

'sol:zerebro' = "sol:zerebro",
'sol:arc' = "sol:arc",
'sol:nos' = "sol:nos",
'sol:jlp' = "sol:jlp",
'sol:grass' = "sol:grass",
'trx:htx' = "trx:htx",

@@ -2214,3 +2223,4 @@ 'trx:jst' = "trx:jst",

'sui:vsui' = "sui:vsui",
'tsui:deep' = "tsui:deep"
'tsui:deep' = "tsui:deep",
'tsui:wal' = "tsui:wal"
}

@@ -2232,2 +2242,3 @@ /**

ETH = "wei",
BABY = "ubaby",
BTC = "satoshi",

@@ -2234,0 +2245,0 @@ BSC = "jager",

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

}
declare class Baby extends Mainnet implements AccountNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
}
declare class BabyTestnet extends Testnet implements AccountNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
}
declare class Islm extends Mainnet implements AccountNetwork {

@@ -1022,2 +1032,3 @@ name: string;

avalancheP: Readonly<AvalancheP>;
baby: Readonly<Baby>;
basechain: Readonly<BaseChain>;

@@ -1085,2 +1096,3 @@ bitcoin: Readonly<Bitcoin>;

avalancheP: Readonly<AvalanchePTestnet>;
baby: Readonly<BabyTestnet>;
basechain: Readonly<BaseChainTestnet>;

@@ -1087,0 +1099,0 @@ bitcoin: Readonly<BitcoinTestnet>;

4

package.json
{
"name": "@bitgo-beta/statics",
"version": "15.1.1-beta.639",
"version": "15.1.1-beta.640",
"description": "dependency-free static configuration for the bitgo platform",

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

},
"gitHead": "d09485e08641b08e17c393e34b52bfb7b976e49b"
"gitHead": "f15278a337c6bbb78af2d9ea9bdec8e9073feaac"
}

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