Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ZyfiPaymasterInsights #909

Merged
merged 8 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/images/zyfi-paymaster-insight-snap/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/zyfi-paymaster-insight-snap/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/zyfi-paymaster-insight-snap/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,34 @@
}
}
},
"npm:zyfi-paymaster-insight-snap": {
"id": "npm:zyfi-paymaster-insight-snap",
"metadata": {
"name": "Zyfi Paymaster Insights",
"author": {
"name": "Zyfi",
"website": "https://www.zyfi.org"
},
"website": "https://staging.zyfi.org/paymaster-insight-snap",
"summary": "Improve readability for ZKsync and Elastic chains EIP-712 type-113 transactions.",
"description": "The Zyfi Paymaster Insight Snap aims to improve the readability of signing transactions on the ZKsync ecosystem, particularly for paymaster-related transactions using txType 113 (https://docs.zksync.io/zk-stack/concepts/transaction-lifecycle#eip-712-0x71). This transaction is an EIP-712 type, but on MetaMask’s signature popup, critical information like “from” and “to” addresses is displayed in an unintuitive format (e.g., uint256).\n\nThe Snap’s key purpose is to decode these fields into a more readable format, making it easier for users to understand the transaction details they’re signing. Additionally, it provides extra information related to the paymaster, such as the paymaster address, type, gas fee token address, and gas fee token amount. This gives users more clarity on what they’re signing, helping them avoid potential malicious signatures.",
"category": "transaction insights",
"support": {
"contact": "https://discord.gg/ondefy-877871589444710450"
},
"sourceCode": "https://github.com/ondefy/zyfi-snaps",
"screenshots": [
"./images/zyfi-paymaster-insight-snap/1.jpg",
"./images/zyfi-paymaster-insight-snap/2.jpg",
"./images/zyfi-paymaster-insight-snap/3.jpg"
]
},
"versions": {
"0.1.0": {
"checksum": "F8f2M6/vpFU2WRDKiMVFfXJbkYB4bifhbIXIpGftmkg="
}
}
},
"npm:@pianity/arsnap": {
"id": "npm:@pianity/arsnap",
"metadata": {
Expand Down
Loading