From 54c46a0d36557a8395fafdbc8f94216c544c42f4 Mon Sep 17 00:00:00 2001 From: "leo.shi" <554601845@qq.com> Date: Thu, 26 Jun 2025 18:58:19 +0800 Subject: [PATCH 1/2] add hashkey-remix-plugin --- plugins/hashkey-remix-plugin/profile.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/hashkey-remix-plugin/profile.json diff --git a/plugins/hashkey-remix-plugin/profile.json b/plugins/hashkey-remix-plugin/profile.json new file mode 100644 index 00000000..854bc35c --- /dev/null +++ b/plugins/hashkey-remix-plugin/profile.json @@ -0,0 +1,12 @@ +{ + "name": "hashkey-remix-plugin", + "displayName": "Hashkey Remix Plugin", + "description": "Deploy and interact with Hashkey.", + "events": [], + "methods": [], + "url": " https://github.com/leo-shi-dacheng/hashkey-remix-plugin", + "icon": "https://github.com/leo-shi-dacheng/hashkey-remix-plugin/banner.png", + "documentation": "https://github.com/leo-shi-dacheng/hashkey-remix-plugin", + "version": "0.2.0-beta", + "location": "sidePanel" +} \ No newline at end of file From b615cf0bbb3954b1e5401e5fd9ce36a1951d5237 Mon Sep 17 00:00:00 2001 From: xuran Date: Wed, 2 Jul 2025 17:58:32 +0800 Subject: [PATCH 2/2] Update profile.json --- plugins/hashkey-remix-plugin/profile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hashkey-remix-plugin/profile.json b/plugins/hashkey-remix-plugin/profile.json index 854bc35c..18e1098d 100644 --- a/plugins/hashkey-remix-plugin/profile.json +++ b/plugins/hashkey-remix-plugin/profile.json @@ -6,7 +6,7 @@ "methods": [], "url": " https://github.com/leo-shi-dacheng/hashkey-remix-plugin", "icon": "https://github.com/leo-shi-dacheng/hashkey-remix-plugin/banner.png", - "documentation": "https://github.com/leo-shi-dacheng/hashkey-remix-plugin", + "documentation": "https://github.com/leo-shi-dacheng/hashkey-remix-plugin/blob/master/src/components/Tutorial.tsx", "version": "0.2.0-beta", "location": "sidePanel" -} \ No newline at end of file +}