Skip to content

Commit

Permalink
update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
veronicaz41 committed Mar 30, 2022
1 parent 5eaa81a commit 7a10d8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion snap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Hello, Snaps!</h1>
</body>

<script>
const snapId = `npm:cabal-snap`;
const snapId = `npm:cabal-xyz-snap@1.0.1`;

const connectButton = document.querySelector('button.connect')
const sendButton = document.querySelector('button.sendHello')
Expand Down
2 changes: 1 addition & 1 deletion snap/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cabal-snap",
"name": "cabal-xyz-snap",
"version": "1.0.1",
"description": "Metamask snap fo cabal.xyz",
"repository": {
Expand Down
12 changes: 8 additions & 4 deletions snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"version": "1.0.1",
"description": "Cabal Snap",
"proposedName": "cabal-snap",
"description": "Snap for cabal.xyz",
"proposedName": "cabal-xyz-snap",
"repository": {
"type": "git",
"url": "git@github.com:0xPARC/cabal.git"
},
"source": {
"shasum": "0GKLE3joDCpl4GH17/Dj0/HrP6ch0AQ+ENMljaSNFJM=",
"shasum": "XXZBisAZRJiowzXUOF2KR4QHKhnxhvkfhXl0OkJ5wlI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"packageName": "cabal-snap",
"packageName": "cabal-xyz-snap",
"registry": "https://registry.npmjs.org"
}
}
Expand Down

0 comments on commit 7a10d8c

Please sign in to comment.