From f246f88c30339aea2c4f70cac4656d3ef68545bc Mon Sep 17 00:00:00 2001 From: Florin Dzeladini Date: Mon, 25 Nov 2024 13:33:56 +0100 Subject: [PATCH 1/2] New EOS Wallet --- src/registry.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/registry.json b/src/registry.json index 0ce2f3df..f02e03ed 100644 --- a/src/registry.json +++ b/src/registry.json @@ -2992,6 +2992,37 @@ } } }, + "npm:@greymass/eos-wallet": { + "id": "npm:@greymass/eos-wallet", + "metadata": { + "name": "EOS Wallet", + "author": { + "name": "Greymass", + "website": "https://www.greymass.com/" + }, + "website": "https://unicove.com/", + "summary": "Create and manage EOS accounts, sign transactions, and interact with EOS smart contracts.", + "description": "The EOS Wallet enables you to create an EOS account, sign transactions and interact with EOS smart contracts. After installing the EOS Wallet, visit the companion dapp, Unicove, to create and manage your EOS account. On Unicove you can stake EOS, participate in the RAM market and more. Dapp compatibility is expected to grow, which will expand access to the EOS Ecosystem.\n\nNeed any additional information or support? Feel free to visit our knowledge base or reach out to our support team (support@greymass.com). If you're a developer and would like to support MetaMask in your EOS application, please check out Wharf and the MetaMask Wallet Plugin.\n\nLinks:\n Unicove: https://unicove.com/en/eos/metamask\n Knowledge Base: https://greymass.freshdesk.com/a/solutions/categories/72000352473/\n Wharf: https://wharfkit.com/\n MetaMask Wallet Plugin: https://github.com/wharfkit/wallet-plugin-metamask", + "audits": [ + { + "auditor": "Cure53", + "report": "https://cure53.de/pentest-report_antelope-snap.pdf" + } + ], + "category": "interoperability", + "support": { + "contact": "mailto:support@greymass.com", + "faq": "https://unicove.com/en/eos/metamask", + "knowledgeBase": "https://greymass.freshdesk.com/support/solutions/categories/72000352473" + }, + "sourceCode": "https://github.com/greymass/antelope-snap/tree/eos" + }, + "versions": { + "1.0.3": { + "checksum": "8KEHIHWiIx5VvODKvuVHdloOqkE54WjlGOesElvkqc4=" + } + } + }, "npm:@harbour-fi/ramp-snap": { "id": "npm:@harbour-fi/ramp-snap", "metadata": { From 3d90bf92af7b557aa622c1c5be5a931ac5546758 Mon Sep 17 00:00:00 2001 From: Florin Dzeladini Date: Mon, 9 Dec 2024 16:42:13 +0100 Subject: [PATCH 2/2] New EOS fix version --- src/registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registry.json b/src/registry.json index f02e03ed..8526d010 100644 --- a/src/registry.json +++ b/src/registry.json @@ -3018,8 +3018,8 @@ "sourceCode": "https://github.com/greymass/antelope-snap/tree/eos" }, "versions": { - "1.0.3": { - "checksum": "8KEHIHWiIx5VvODKvuVHdloOqkE54WjlGOesElvkqc4=" + "1.1.0": { + "checksum": "05RXQ66dkZzU6uIeHBWC8PwII1X8voKdZuCDXfrrCew=" } } },