@bitgo-beta/statics
Advanced tools
Comparing version 10.0.1-alpha.250 to 10.0.1-alpha.251
@@ -45,2 +45,3 @@ import { BaseNetwork } from './networks'; | ||
FIAT = "fiat", | ||
FLR = "flr", | ||
HASH = "hash",// Provenance | ||
@@ -61,2 +62,3 @@ HBAR = "hbar", | ||
RBTC = "rbtc", | ||
SGB = "sgb", | ||
SEI = "sei", | ||
@@ -243,2 +245,3 @@ SOL = "sol", | ||
EURR = "eurr", | ||
FLR = "flr", | ||
GBP = "gbp", | ||
@@ -261,2 +264,3 @@ GTC = "gtc", | ||
SEI = "sei", | ||
SGB = "sgb", | ||
SOL = "sol", | ||
@@ -263,0 +267,0 @@ SUI = "sui", |
@@ -996,2 +996,34 @@ import { CoinFamily } from './base'; | ||
} | ||
declare class Flare extends Mainnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class FlareTestnet extends Testnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class Songbird extends Mainnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class SongbirdTestnet extends Testnet implements EthereumNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
accountExplorerUrl: string; | ||
chainId: number; | ||
nativeCoinOperationHashPrefix: string; | ||
} | ||
declare class BaseChainTestnet extends Testnet implements EthereumNetwork { | ||
@@ -1055,2 +1087,3 @@ name: string; | ||
fiat: Readonly<Fiat>; | ||
flr: Readonly<Flare>; | ||
hash: Readonly<Hash>; | ||
@@ -1073,2 +1106,3 @@ hedera: Readonly<Hedera>; | ||
sei: Readonly<Sei>; | ||
sgb: Readonly<Songbird>; | ||
sol: Readonly<Sol>; | ||
@@ -1118,2 +1152,3 @@ sui: Readonly<Sui>; | ||
fiat: Readonly<FiatTestnet>; | ||
flr: Readonly<FlareTestnet>; | ||
pyrmont: Readonly<Pyrmont>; | ||
@@ -1139,2 +1174,3 @@ ethereumClassicTestnet: Readonly<EthereumClassicTestnet>; | ||
rune: Readonly<RuneTestNet>; | ||
sgb: Readonly<SongbirdTestnet>; | ||
stellar: Readonly<StellarTestnet>; | ||
@@ -1141,0 +1177,0 @@ sei: Readonly<SeiTestnet>; |
{ | ||
"name": "@bitgo-beta/statics", | ||
"version": "10.0.1-alpha.250", | ||
"version": "10.0.1-alpha.251", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "0ad895c8d9246116b86fcd339a6a70127f661f9a" | ||
"gitHead": "b9007ac817a642259d1c37b1b003eb5b1b89f195" | ||
} |
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
3059606
16020