Skip to content

Commit

Permalink
Merge pull request #30 from 0xPARC/vzheng/more-cleanup
Browse files Browse the repository at this point in the history
update snap manifest
  • Loading branch information
veronicaz41 authored Mar 30, 2022
2 parents c0a48f4 + 1f44113 commit f424fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions rootgen/src/merkle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const TESTER_ADDRS = [

"0x4fe67C37Bf6439db25d4e3A65FD0DE50Dcd40A82", // NOTE: LS test mm address
"0xBC4Ffd9cD21a127FB883e5d3d2e4697BB7B2Af20",
"0xE5Af09a906B409D31aBffeCa0576D962fe46248A",
];

// NOTE: taken from cabal-xyz
Expand Down
3 changes: 2 additions & 1 deletion snap/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- For testing purposes only -->
<!doctype html>
<html>
</head>
Expand Down Expand Up @@ -52,7 +53,7 @@ <h1>Hello, Snaps!</h1>
// here we call the snap's "generateProof" method
async function send () {
try {
console.log('trying');
console.log('trying');
const response = await ethereum.request({
method: 'wallet_invokeSnap',
params: [snapId, {
Expand Down
2 changes: 1 addition & 1 deletion snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cabal Snap",
"proposedName": "cabal-snap",
"source": {
"shasum": "0GKLE3joDCpl4GH17/Dj0/HrP6ch0AQ+ENMljaSNFJM=",
"shasum": "XXZBisAZRJiowzXUOF2KR4QHKhnxhvkfhXl0OkJ5wlI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit f424fbc

Please sign in to comment.