Skip to content

Commit

Permalink
descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim committed Aug 8, 2024
1 parent f47a252 commit e098cff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "=nil; test snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
"url": "https://github.com/zpoken/-nil-snap"
},
"main": "./dist/bundle.js",
"files": [
Expand Down
14 changes: 5 additions & 9 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "0.1.0",
"description": "An example Snap written in TypeScript.",
"proposedName": "TypeScript Example",
"description": "=nil; test snap",
"proposedName": "=nil; Test",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
"url": "https://github.com/zpoken/-nil-snap"
},
"source": {
"shasum": "2x6732yp5sS5hodj9j7173djLtWkw/dmD3vitRRIT/w=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"packageName": "snap",
"packageName": "zpoken-test-snap",
"registry": "https://registry.npmjs.org/"
}
}
Expand All @@ -20,11 +20,7 @@
"endowment:network-access": {},
"snap_getBip32Entropy": [
{
"path": [
"m",
"44'",
"1'"
],
"path": ["m", "44'", "1'"],
"curve": "secp256k1"
}
],
Expand Down

0 comments on commit e098cff

Please sign in to comment.