@bitgo-beta/statics
Advanced tools
Comparing version 10.0.1-alpha.251 to 10.0.1-alpha.252
@@ -72,2 +72,4 @@ import { BaseNetwork } from './networks'; | ||
TRX = "trx", | ||
WEMIX = "wemix", | ||
XDC = "xdc", | ||
XLM = "xlm", | ||
@@ -270,3 +272,5 @@ XRP = "xrp", | ||
USD = "usd", | ||
WEMIX = "wemix", | ||
XLM = "xlm", | ||
XDC = "xdc", | ||
XRP = "xrp", | ||
@@ -1424,2 +1428,3 @@ XTZ = "xtz", | ||
TGOUSD = "tgousd", | ||
'hteth:gousd' = "hteth:gousd", | ||
THKD = "thkd", | ||
@@ -2202,2 +2207,4 @@ THUNDER = "thunder", | ||
'sol:grass' = "sol:grass", | ||
'sol:trump' = "sol:trump", | ||
'sol:melania' = "sol:melania", | ||
'trx:htx' = "trx:htx", | ||
@@ -2204,0 +2211,0 @@ 'trx:jst' = "trx:jst", |
@@ -996,2 +996,34 @@ import { CoinFamily } from './base'; | ||
} | ||
declare class Xdc extends Mainnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class XdcTestnet extends Testnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class Wemix extends Mainnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class WemixTestnet extends Testnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class Flare extends Mainnet implements EthereumNetwork { | ||
@@ -1115,2 +1147,4 @@ name: string; | ||
trx: Readonly<Trx>; | ||
wemix: Readonly<Wemix>; | ||
xdc: Readonly<Xdc>; | ||
xrp: Readonly<Xrp>; | ||
@@ -1185,2 +1219,4 @@ xtz: Readonly<Xtz>; | ||
trx: Readonly<TrxTestnet>; | ||
wemix: Readonly<WemixTestnet>; | ||
xdc: Readonly<XdcTestnet>; | ||
xrp: Readonly<XrpTestnet>; | ||
@@ -1187,0 +1223,0 @@ xtz: Readonly<XtzTestnet>; |
{ | ||
"name": "@bitgo-beta/statics", | ||
"version": "10.0.1-alpha.251", | ||
"version": "10.0.1-alpha.252", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "b9007ac817a642259d1c37b1b003eb5b1b89f195" | ||
"gitHead": "a23aaad873bc9126ebb2552085734461c1f2fdff" | ||
} |
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
3077196
16138