@bitgo-beta/statics
Advanced tools
Comparing version 15.1.1-beta.649 to 15.1.1-beta.650
@@ -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", | ||
@@ -273,0 +277,0 @@ XTZ = "xtz", |
@@ -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": "15.1.1-beta.649", | ||
"version": "15.1.1-beta.650", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "d535c90caab286595aab88848a13372a2917737f" | ||
"gitHead": "561b6727c4440bd9907215d15701c6ede312f94a" | ||
} |
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
3074686
16135