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

@bitgo-beta/statics

Package Overview
Dependencies
Maintainers
0
Versions
1110
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.539 to 15.1.1-beta.540

2

dist/src/base.d.ts

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

NEAR = "near",
OAS = "oas",
OFC = "ofc",

@@ -236,2 +237,3 @@ OPETH = "opeth",

NEAR = "near",
OAS = "oas",
OPETH = "opeth",

@@ -238,0 +240,0 @@ OSMO = "osmo",

@@ -912,2 +912,18 @@ import { CoinFamily } from './base';

}
declare class Oas extends Mainnet implements EthereumNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
accountExplorerUrl: string;
chainId: number;
nativeCoinOperationHashPrefix: string;
}
declare class OasTestnet extends Testnet implements EthereumNetwork {
name: string;
family: CoinFamily;
explorerUrl: string;
accountExplorerUrl: string;
chainId: number;
nativeCoinOperationHashPrefix: string;
}
declare class BaseChainTestnet extends Testnet implements EthereumNetwork {

@@ -976,2 +992,3 @@ name: string;

polygon: Readonly<Polygon>;
oas: Readonly<Oas>;
ofc: Readonly<Ofc>;

@@ -1037,2 +1054,3 @@ optimism: Readonly<Optimism>;

polygon: Readonly<PolygonTestnet>;
oas: Readonly<OasTestnet>;
ofc: Readonly<OfcTestnet>;

@@ -1039,0 +1057,0 @@ optimism: Readonly<OptimismTestnet>;

4

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

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

},
"gitHead": "b697dd29c076abec25e095b1c2fee84eb955f17e"
"gitHead": "ed9e5697bc7d6017a72ac35447ce7b3bfd020ccd"
}

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