Skip to content

Commit c89caec

Browse files
lace-releases[bot]lace-publish-bot
andauthored
release: lace-extension@2.0.5 (#2222)
Snapshot of input-output-hk/lace-platform @ 8abaeff5173f18896aee8c5833693240693b4782 Produced by open-source-release-publish.yml. See PROVENANCE for the allowlist hash that controlled this snapshot. Co-authored-by: lace-publish-bot <lace-publish-bot@users.noreply.github.com>
1 parent 09ab88a commit c89caec

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

PROVENANCE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Lace public source snapshot
22
===========================
33

4-
release-tag: lace-extension@2.0.4
4+
release-tag: lace-extension@2.0.5
55
source-repo: input-output-hk/lace-platform (private)
6-
source-commit: 994a962152aa6027bd735eb61424fb8334bdbcf2
7-
snapshot-utc: 2026-05-08T19:54:36.790Z
6+
source-commit: 8abaeff5173f18896aee8c5833693240693b4782
7+
snapshot-utc: 2026-05-13T12:49:49.584Z
88

99
allowlist-sha256: a75a43e9e238d609b21b9d7f3409fa46bb8a0a92a4738dbeba71076ec4e74929
1010
excludelist-sha256: 8e7916a357aae4f8a8a963e32cb48392e039572670b390f043322a9d17e98a50

apps/lace-extension/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "lace-extension",
55
"owner": "lace_io",
66
"newArchEnabled": true,
7-
"version": "2.0.4",
7+
"version": "2.0.5",
88
"orientation": "portrait",
99
"icon": "./assets/icon.png",
1010
"platforms": ["web"],

apps/lace-extension/assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "$EXTENSION_NAME",
33
"description": "One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"manifest_version": 3,
66
"key": "$EXTENSION_KEY",
77
"icons": {

packages/module/migrate-v1-data/src/store/v1-data/persist-keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const V2_REBUILT_PERSIST_KEYS = [
1515
`${REDUX_PERSIST_PREFIX}analytics`,
1616
`${REDUX_PERSIST_PREFIX}authorizedDapps`,
1717
`${REDUX_PERSIST_PREFIX}wallets`,
18-
`${REDUX_PERSIST_PREFIX}networkType`,
18+
`${REDUX_PERSIST_PREFIX}network`,
1919
`${REDUX_PERSIST_PREFIX}tokenFolders`,
2020
`${REDUX_PERSIST_PREFIX}addressBook`,
2121
`${REDUX_PERSIST_PREFIX}appLock`,

0 commit comments

Comments
 (0)