@bitgo/statics
Advanced tools
Comparing version 50.6.0 to 50.7.0
@@ -27,2 +27,3 @@ import { BaseCoin, BaseUnit, CoinFeature, KeyCurve, UnderlyingAsset } from './base'; | ||
static readonly DEFAULT_FEATURES: CoinFeature[]; | ||
static readonly DEFAULT_FEATURES_EXCLUDE_SINGAPORE: CoinFeature[]; | ||
readonly network: AccountNetwork; | ||
@@ -29,0 +30,0 @@ constructor(options: AccountConstructorOptions); |
@@ -17,2 +17,3 @@ import { BaseNetwork } from './networks'; | ||
ALGO = "algo", | ||
APT = "apt", | ||
ARBETH = "arbeth", | ||
@@ -729,2 +730,10 @@ ATOM = "atom", | ||
'sol:gari' = "sol:gari", | ||
'tsol:slnd' = "tsol:slnd", | ||
'tsol:orca' = "tsol:orca", | ||
'tsol:usdc' = "tsol:usdc", | ||
'tsol:ray' = "tsol:ray", | ||
'tsol:gmt' = "tsol:gmt", | ||
'tsol:usdt' = "tsol:usdt", | ||
'tsol:srm' = "tsol:srm", | ||
'tsol:gari' = "tsol:gari", | ||
GAS = "gas", | ||
@@ -814,2 +823,3 @@ GATE = "gate", | ||
HTDOOM = "htdoom", | ||
'hteth:bgerchv2' = "hteth:bgerchv2", | ||
HTHEDGE = "hthedge", | ||
@@ -2151,2 +2161,3 @@ HTMOON = "htmoon", | ||
ATOM = "uatom", | ||
APT = "octa", | ||
ETH = "wei", | ||
@@ -2153,0 +2164,0 @@ BTC = "satoshi", |
@@ -124,2 +124,12 @@ import { CoinFamily } from './base'; | ||
} | ||
declare class Apt extends Mainnet implements AccountNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
} | ||
declare class AptTestnet extends Testnet implements AccountNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
} | ||
declare class Arbitrum extends Mainnet implements EthereumNetwork { | ||
@@ -975,2 +985,3 @@ name: string; | ||
algorand: Readonly<Algorand>; | ||
apt: Readonly<Apt>; | ||
arbitrum: Readonly<Arbitrum>; | ||
@@ -1035,2 +1046,3 @@ atom: Readonly<Atom>; | ||
algorand: Readonly<AlgorandTestnet>; | ||
apt: Readonly<AptTestnet>; | ||
arbitrum: Readonly<ArbitrumTestnet>; | ||
@@ -1037,0 +1049,0 @@ atom: Readonly<AtomTestnet>; |
{ | ||
"name": "@bitgo/statics", | ||
"version": "50.6.0", | ||
"version": "50.7.0", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "0f6c330572bba4bf82ea5512c1d9a375c5f51339" | ||
"gitHead": "afb3e16fac858b2e90da221a6ea3f9624d46287c" | ||
} |
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
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
2871443
15077