Skip to content

Commit

Permalink
Name ready (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Montoya authored Jul 29, 2024
1 parent db09bbd commit 92677f5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/site/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ <h2>Follow your Linea Voyage</h2>
Powered by <a href="https://metamask.io/snaps/">MetaMask Snaps</a>
</div>

<script type="text/javascript" src="script.js?v=6"></script>
<script type="text/javascript" src="script.js?v=7"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion packages/site/src/script.js
Original file line number Diff line number Diff line change
@@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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": {
"type": "git",
"url": "https://github.com/Consensys/linea-voyager-snap"
},
"source": {
"shasum": "zGUJj1CB3fST1W0kbTy13/kUXFCSAZMiMjUTEhMebhg=",
"shasum": "dKaQ2+WIEjgCMNqiQJsjsR6TfzMp8hHl1h7ydbAHEAQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 92677f5

Please sign in to comment.