From 72db4f562c91a8b8c35728778e1e08539acf2615 Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Mon, 29 Jul 2024 15:25:13 -0400 Subject: [PATCH 1/2] Update name of Snap in post-install flow --- packages/snap/locales/en.json | 2 +- packages/snap/locales/es.json | 2 +- packages/snap/locales/fr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/snap/locales/en.json b/packages/snap/locales/en.json index a9d301f..7963a68 100644 --- a/packages/snap/locales/en.json +++ b/packages/snap/locales/en.json @@ -23,7 +23,7 @@ }, "nextSteps": { "heading": "Thank you for installing the Linea Voyager Snap", - "body": "Next, set your address with the [companion site](https://voyager-snap.linea.build/) to track your LXP balance. At any time you can open the Snaps menu and click on LXP to view your balance, Proof of Humanity status, and current activations." + "body": "Next, set your address with the [companion site](https://voyager-snap.linea.build/) to track your LXP balance. At any time you can open the Snaps menu and click on Linea Voyager to view your balance, Proof of Humanity status, and current activations." }, "noAddress": { "toSetText": "To view your LXP balance and POH status,", diff --git a/packages/snap/locales/es.json b/packages/snap/locales/es.json index 9aa5765..545b660 100644 --- a/packages/snap/locales/es.json +++ b/packages/snap/locales/es.json @@ -23,7 +23,7 @@ }, "nextSteps": { "heading": "Gracias por instalar Linea Voyager Snap", - "body": "Para ver tu balance de LXP y estado de POH, [ingresa tu cuenta por el sitio web](https://voyager-snap.linea.build/). A cualquier tiempo puedes abrir el menu y seleccionar el Snap para ver tu balance, estado de POH, y activaciones de LXP activas." + "body": "Para ver tu balance de LXP y estado de POH, [ingresa tu cuenta por el sitio web](https://voyager-snap.linea.build/). A cualquier tiempo puedes abrir el menu y seleccionar el Linea Voyager Snap para ver tu balance, estado de POH, y activaciones de LXP activas." }, "noAddress": { "toSetText": "Para ver tu balance de LXP y estado de POH,", diff --git a/packages/snap/locales/fr.json b/packages/snap/locales/fr.json index 4eca125..271d686 100644 --- a/packages/snap/locales/fr.json +++ b/packages/snap/locales/fr.json @@ -23,7 +23,7 @@ }, "nextSteps": { "heading": "Merci d'avoir installé le Snap Linea Voyager", - "body": "Ensuite, définissez votre adresse avec le [site web](https://voyager-snap.linea.build/) pour suivre votre solde LXP. À tout moment, vous pouvez ouvrir le menu Snaps et cliquer sur LXP pour voir votre solde, votre statut de POH, et les activations actuelles." + "body": "Ensuite, définissez votre adresse avec le [site web](https://voyager-snap.linea.build/) pour suivre votre solde LXP. À tout moment, vous pouvez ouvrir le menu Snaps et cliquer sur Linea Voyager pour voir votre solde, votre statut de POH, et les activations actuelles." }, "noAddress": { "toSetText": "Pour votre votre balance de LXP et votre statut de POH,", From aa33fc5f9b638537e62248680f68ca6064b15cd0 Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Mon, 29 Jul 2024 15:26:17 -0400 Subject: [PATCH 2/2] Update Snap version --- packages/site/src/index.html | 2 +- packages/site/src/script.js | 2 +- packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/site/src/index.html b/packages/site/src/index.html index ef04ba2..dfe5e49 100644 --- a/packages/site/src/index.html +++ b/packages/site/src/index.html @@ -53,6 +53,6 @@

Follow your Linea Voyage

Powered by MetaMask Snaps - + diff --git a/packages/site/src/script.js b/packages/site/src/script.js index 938a497..a63dbaf 100644 --- a/packages/site/src/script.js +++ b/packages/site/src/script.js @@ -1,5 +1,5 @@ const snapId = 'npm:@consensys/linea-voyager'; -const snapVersion = '^0.8.0'; +const snapVersion = '^0.8.1'; let isAccountConnected = false; const isLatestVersion = (installedVersion) => { diff --git a/packages/snap/package.json b/packages/snap/package.json index 3ddbfb2..23b67a9 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@consensys/linea-voyager", - "version": "0.8.0", + "version": "0.8.1", "description": "View your minted LXP and LXP-L balances, POH status, Linea ENS domain and current LXP activations.", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index d48b687..bd4f80c 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.8.0", + "version": "0.8.1", "description": "View your minted LXP and LXP-L balances, POH status, Linea ENS domain and current LXP activations.", "proposedName": "Linea Voyager", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/Consensys/linea-voyager-snap" }, "source": { - "shasum": "zGUJj1CB3fST1W0kbTy13/kUXFCSAZMiMjUTEhMebhg=", + "shasum": "dKaQ2+WIEjgCMNqiQJsjsR6TfzMp8hHl1h7ydbAHEAQ=", "location": { "npm": { "filePath": "dist/bundle.js",