Skip to content

Commit

Permalink
Update Manifest allowedOrigins (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-christopher authored Jul 29, 2024
1 parent 92677f5 commit c5c7880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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.1",
"version": "0.8.2",
"description": "View your minted LXP and LXP-L balances, POH status, Linea ENS domain and current LXP activations.",
"repository": {
"type": "git",
Expand Down
7 changes: 3 additions & 4 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.8.1",
"version": "0.8.2",
"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": "dKaQ2+WIEjgCMNqiQJsjsR6TfzMp8hHl1h7ydbAHEAQ=",
"shasum": "oIZBQ1pqMiZJJvAIDJuYAHRvPR3AIB2Hlt99G27DP+E=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -25,8 +25,7 @@
"endowment:network-access": {},
"endowment:rpc": {
"allowedOrigins": [
"https://voyager-snap.linea.build",
"http://localhost:8000"
"https://voyager-snap.linea.build"
]
},
"endowment:ethereum-provider": {},
Expand Down

0 comments on commit c5c7880

Please sign in to comment.