@ledgerhq/types-live
Advanced tools
Comparing version 6.45.0-next.0 to 6.45.0-nightly.0
# @ledgerhq/types-live | ||
## 6.45.0-next.0 | ||
## 6.45.0-nightly.0 | ||
### Minor Changes | ||
- [#6195](https://github.com/LedgerHQ/ledger-live/pull/6195) [`dfac39b`](https://github.com/LedgerHQ/ledger-live/commit/dfac39b2086f0475d1bc8065032bfe27cbf424f6) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Add support for Base Sepolia & Arbitrum Sepolia | ||
- [#6309](https://github.com/LedgerHQ/ledger-live/pull/6309) [`5848f9e`](https://github.com/LedgerHQ/ledger-live/commit/5848f9e247f169eb7a4aff322253937214b9efdd) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Removes never publicly exposed Evmos & Kava currencies. Also fixes multiple Etherscan based explorers URI (Lukso, RSK, Astar & Boba). | ||
### Patch Changes | ||
- [#6238](https://github.com/LedgerHQ/ledger-live/pull/6238) [`6de15bc`](https://github.com/LedgerHQ/ledger-live/commit/6de15bc96e8b97a2a6815cf3fb1da874f7044b49) Thanks [@mle-gall](https://github.com/mle-gall)! - Adding new analytics opt in prompt for existing users | ||
- [#5974](https://github.com/LedgerHQ/ledger-live/pull/5974) [`b34f5cd`](https://github.com/LedgerHQ/ledger-live/commit/b34f5cdda0b7bf34750d258cc8b1c91304516360) Thanks [@cng-ledger](https://github.com/cng-ledger)! - feat(LIVE-10989): dynamic manifest id for swap live app in feature flag | ||
- [#6144](https://github.com/LedgerHQ/ledger-live/pull/6144) [`d870e90`](https://github.com/LedgerHQ/ledger-live/commit/d870e904a0dde5f8abf05f930f5f545828eccbc9) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Update Feature flag to handle threshold spam filter directly from FF | ||
## 6.44.1 | ||
@@ -18,0 +10,0 @@ |
@@ -73,4 +73,2 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencyBittorrent: DefaultFeature; | ||
currencyKavaEvm: DefaultFeature; | ||
currencyEvmosEvm: DefaultFeature; | ||
currencyEnergyWeb: DefaultFeature; | ||
@@ -178,2 +176,3 @@ currencyAstar: DefaultFeature; | ||
llmMarketNewArch: Feature_LlmMarketNewArch; | ||
marketperformanceWidgetDesktop: Feature_MarketperformanceWidgetDesktop; | ||
}; | ||
@@ -453,2 +452,5 @@ /** | ||
}>; | ||
export type Feature_MarketperformanceWidgetDesktop = Feature<{ | ||
variant: ABTestingVariants; | ||
}>; | ||
export type Feature_NftsFromSimpleHash = Feature<{ | ||
@@ -455,0 +457,0 @@ threshold: number; |
@@ -73,4 +73,2 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencyBittorrent: DefaultFeature; | ||
currencyKavaEvm: DefaultFeature; | ||
currencyEvmosEvm: DefaultFeature; | ||
currencyEnergyWeb: DefaultFeature; | ||
@@ -178,2 +176,3 @@ currencyAstar: DefaultFeature; | ||
llmMarketNewArch: Feature_LlmMarketNewArch; | ||
marketperformanceWidgetDesktop: Feature_MarketperformanceWidgetDesktop; | ||
}; | ||
@@ -453,2 +452,5 @@ /** | ||
}>; | ||
export type Feature_MarketperformanceWidgetDesktop = Feature<{ | ||
variant: ABTestingVariants; | ||
}>; | ||
export type Feature_NftsFromSimpleHash = Feature<{ | ||
@@ -455,0 +457,0 @@ threshold: number; |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.45.0-next.0", | ||
"version": "6.45.0-nightly.0", | ||
"description": "Ledger Live main types.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"ts-node": "^10.4.0", | ||
"@ledgerhq/types-cryptoassets": "^7.10.0-next.0", | ||
"@ledgerhq/types-cryptoassets": "^7.10.0-nightly.1", | ||
"@ledgerhq/types-devices": "^6.23.0" | ||
@@ -39,0 +39,0 @@ }, |
@@ -88,4 +88,2 @@ import { ABTestingVariants } from "./ABTesting"; | ||
currencyBittorrent: DefaultFeature; | ||
currencyKavaEvm: DefaultFeature; | ||
currencyEvmosEvm: DefaultFeature; | ||
currencyEnergyWeb: DefaultFeature; | ||
@@ -194,2 +192,3 @@ currencyAstar: DefaultFeature; | ||
llmMarketNewArch: Feature_LlmMarketNewArch; | ||
marketperformanceWidgetDesktop: Feature_MarketperformanceWidgetDesktop; | ||
}; | ||
@@ -500,2 +499,6 @@ | ||
export type Feature_MarketperformanceWidgetDesktop = Feature<{ | ||
variant: ABTestingVariants; | ||
}>; | ||
export type Feature_NftsFromSimpleHash = Feature<{ | ||
@@ -502,0 +505,0 @@ threshold: number; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
6135
476981
1483