Skip to content

Commit

Permalink
add massa logo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 25, 2024
1 parent 97dd7d8 commit c6a6c9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/snap/logo-massa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"url": "https://github.com/massalabs/metamask-massa.git"
},
"source": {
"shasum": "RsXBVPpvx0L1tGTVvZkV3nyHseESqlsgI0iUS+aEF9U=",
"shasum": "4jrR7cxZdABZ/LGwxffaMcqUUTPWuES99Wwd8RidlYY=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "logo-massa.svg",
"packageName": "@massalabs/metamask-snap",
"registry": "https://registry.npmjs.org/"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/src/handlers/call-smart-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const callSmartContract: Handler<
type: 'confirmation',
content: panel([
text('Do you want to call the following smart contract?'),
text(`**Conttract:** ${params.at}`),
text(`**Contract:** ${params.at}`),
text(`**Function:** ${params.functionName}`),
text(`**Fee:** ${params.fee}`),
text(`**args:** ${params.args ? JSON.stringify(params.args) : '[]'}`),
Expand Down

0 comments on commit c6a6c9f

Please sign in to comment.