@bitgo-beta/statics
Advanced tools
Comparing version 15.1.1-beta.536 to 15.1.1-beta.537
@@ -60,2 +60,3 @@ import { BaseNetwork } from './networks'; | ||
SUSD = "susd", | ||
THOR = "thor", | ||
TIA = "tia", | ||
@@ -2168,3 +2169,4 @@ TON = "ton", | ||
TCOREUM = "utestcore", | ||
ISLM = "aISLM" | ||
ISLM = "aISLM", | ||
RUNE = "rune" | ||
} | ||
@@ -2171,0 +2173,0 @@ export interface BaseCoinConstructorOptions { |
@@ -695,2 +695,12 @@ import { CoinFamily } from './base'; | ||
} | ||
declare class Rune extends Mainnet implements AccountNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
} | ||
declare class RuneTestNet extends Testnet implements AccountNetwork { | ||
name: string; | ||
family: CoinFamily; | ||
explorerUrl: string; | ||
} | ||
declare class Islm extends Mainnet implements AccountNetwork { | ||
@@ -970,2 +980,3 @@ name: string; | ||
rbtc: Readonly<Rbtc>; | ||
rune: Readonly<Rune>; | ||
stellar: Readonly<Stellar>; | ||
@@ -1030,2 +1041,3 @@ sei: Readonly<Sei>; | ||
rbtc: Readonly<RbtcTestnet>; | ||
rune: Readonly<RuneTestNet>; | ||
stellar: Readonly<StellarTestnet>; | ||
@@ -1032,0 +1044,0 @@ sei: Readonly<SeiTestnet>; |
{ | ||
"name": "@bitgo-beta/statics", | ||
"version": "15.1.1-beta.536", | ||
"version": "15.1.1-beta.537", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "9d85abf33f5dd2dfa90aa9e6c7a3daaeb56f2364" | ||
"gitHead": "940e5ef2ed722cc3da72036ef7bc7ebf36c5cc70" | ||
} |
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
2813136
14842