Skip to content
Open
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
23 changes: 23 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5422,6 +5422,29 @@
}
}
},
"npm:orgon-snap": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Snap exposes keyring methods over onRpcRequest, which is not intended. Additionally we may also be moving away from supporting invokeKeyring from dapps.

cc @danroc

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also noticed that they expose other methods with the keyring_ prefix that are not defined nor supported by us. Also, the methods that we do support, like keyring_createAccount, have different return types.

I think it's a mistake that this Snap is using the keyring endowment, they probably meant to use plain RPC methods.

"id": "npm:orgon-snap",
"metadata": {
"name": "Orgon",
"author": {
"name": "Orgon",
"website": "https://orgon.space/"
},
"summary": "Secure wallet solution for the Orgon blockchain",
"description": "Enables secure, direct interaction with the Orgon blockchain. Built with user security and developer extensibility in mind, this Snap provides a seamless and trusted way to connect MetaMask users to the Orgon ecosystem.",
"category": "interoperability",
"support": {
"contact": "https://t.me/orgon_support",
"faq": "https://orgon.space/faq"
},
"sourceCode": "https://github.com/orgon-space/orgon-wallet-snap"
},
"versions": {
"1.0.6": {
"checksum": "IEFAA2Xg60lf0lMPsD6PzI2iXEv11HgkF68BHsO70ZI="
}
}
},
"npm:@metamask/bitcoin-wallet-snap": {
"id": "npm:@metamask/bitcoin-wallet-snap",
"metadata": {
Expand Down
Loading