@bitgo-beta/statics
Advanced tools
Comparing version 7.0.1-beta.117 to 7.0.1-beta.118
@@ -17,2 +17,3 @@ import { BaseNetwork } from './networks'; | ||
ALGO = "algo", | ||
ATOM = "atom", | ||
AVAXC = "avaxc", | ||
@@ -99,2 +100,3 @@ AVAXP = "avaxp", | ||
API3 = "api3", | ||
ATOM = "atom", | ||
AVAXC = "avaxc", | ||
@@ -1055,2 +1057,3 @@ AVAXP = "avaxp", | ||
export declare enum BaseUnit { | ||
ATOM = "uATOM", | ||
ETH = "wei", | ||
@@ -1057,0 +1060,0 @@ BTC = "satoshi", |
@@ -475,2 +475,12 @@ import { CoinFamily } from './base'; | ||
} | ||
declare class Atom extends Mainnet implements AccountNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
} | ||
declare class AtomTestnet extends Testnet implements AccountNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
} | ||
declare class Stx extends Mainnet implements StacksNetwork { | ||
@@ -598,2 +608,3 @@ name: string; | ||
algorand: Readonly<Algorand>; | ||
atom: Readonly<Atom>; | ||
avalancheC: Readonly<AvalancheC>; | ||
@@ -637,2 +648,3 @@ avalancheP: Readonly<AvalancheP>; | ||
algorand: Readonly<AlgorandTestnet>; | ||
atom: Readonly<AtomTestnet>; | ||
avalancheC: Readonly<AvalancheCTestnet>; | ||
@@ -639,0 +651,0 @@ avalancheP: Readonly<AvalanchePTestnet>; |
{ | ||
"name": "@bitgo-beta/statics", | ||
"version": "7.0.1-beta.117", | ||
"version": "7.0.1-beta.118", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "88b8636e9ad5d0cce9831d40b61911e765709859" | ||
"gitHead": "b0d7f4fee02c98fab2a7b7a93d21b67fe3d65823" | ||
} |
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
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
6223531
21571