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

@bitgo-beta/statics

Package Overview
Dependencies
Maintainers
2
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.536 to 15.1.1-beta.537

4

dist/src/base.d.ts

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

SUSD = "susd",
THOR = "thor",
TIA = "tia",

@@ -2168,3 +2169,4 @@ TON = "ton",

TCOREUM = "utestcore",
ISLM = "aISLM"
ISLM = "aISLM",
RUNE = "rune"
}

@@ -2171,0 +2173,0 @@ export interface BaseCoinConstructorOptions {

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

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

@@ -970,2 +980,3 @@ name: string;

rbtc: Readonly<Rbtc>;
rune: Readonly<Rune>;
stellar: Readonly<Stellar>;

@@ -1030,2 +1041,3 @@ sei: Readonly<Sei>;

rbtc: Readonly<RbtcTestnet>;
rune: Readonly<RuneTestNet>;
stellar: Readonly<StellarTestnet>;

@@ -1032,0 +1044,0 @@ sei: Readonly<SeiTestnet>;

{
"name": "@bitgo-beta/statics",
"version": "15.1.1-beta.536",
"version": "15.1.1-beta.537",
"description": "dependency-free static configuration for the bitgo platform",

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

},
"gitHead": "9d85abf33f5dd2dfa90aa9e6c7a3daaeb56f2364"
"gitHead": "940e5ef2ed722cc3da72036ef7bc7ebf36c5cc70"
}

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