From a889543bf5f086cda76b277a181f8e9f3d9929b4 Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Fri, 8 May 2026 17:21:18 +0700 Subject: [PATCH 1/5] Update SECURITY.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 6112730aab..0d8ac2906e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,4 +16,4 @@ currently being supported with security updates. Use this section to tell people how to report a vulnerability. -Tell them to email [your-security-email@example.com], and they can expect an initial response within 48 hours. We will provide regular updates on the status of the reported vulnerability. +Tell them to email security@example.com, and they can expect an initial response within 48 hours. We will provide regular updates on the status of the reported vulnerability. From 6b8d70c0695e99da839a7e2584c8b341cf6bb3aa Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Fri, 8 May 2026 17:21:47 +0700 Subject: [PATCH 2/5] Update wagmi-project/package.json Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- wagmi-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagmi-project/package.json b/wagmi-project/package.json index fb48d8e6a1..dcd6dd7ebb 100644 --- a/wagmi-project/package.json +++ b/wagmi-project/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query": "5.64.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "viem": "^2.x", + "viem": "^2.0.0", "wagmi": "~0.x.x" }, "devDependencies": { From 7a7885e719b5952d8fa4078d430fa69f2c239a9f Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Fri, 8 May 2026 17:22:14 +0700 Subject: [PATCH 3/5] Update wagmi-project/package.json Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- wagmi-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagmi-project/package.json b/wagmi-project/package.json index dcd6dd7ebb..17be9d5aed 100644 --- a/wagmi-project/package.json +++ b/wagmi-project/package.json @@ -14,7 +14,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "viem": "^2.0.0", - "wagmi": "~0.x.x" + "wagmi": "^0.12.0" }, "devDependencies": { "@biomejs/biome": "^1.8.0", From 6567bf146ac0ee9ac9c6560ff398e33d0f224aec Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Fri, 8 May 2026 17:22:47 +0700 Subject: [PATCH 4/5] Update .github/ISSUE_TEMPLATE/custom.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81fa4..3ae7235b01 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,6 +1,6 @@ --- name: Custom issue template -about: Describe this issue template's purpose here. +about: A brief description of this template's purpose. title: '' labels: '' assignees: '' From 47b4785650e722b52443784fe4cd96568615189b Mon Sep 17 00:00:00 2001 From: Dargon789 <64915515+Dargon789@users.noreply.github.com> Date: Fri, 8 May 2026 17:23:15 +0700 Subject: [PATCH 5/5] Update wagmi-project/src/App.tsx Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --- wagmi-project/src/App.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wagmi-project/src/App.tsx b/wagmi-project/src/App.tsx index 1cf0716bd0..970fae333e 100644 --- a/wagmi-project/src/App.tsx +++ b/wagmi-project/src/App.tsx @@ -11,11 +11,9 @@ function App() {

Account

- status: {account.status} -
- addresses: {account.addresses?.map(addr =>
{addr}
)} -
- chainId: {account.chainId} +
status: {account.status}
+
addresses: {account.addresses?.map(addr =>
{addr}
)}
+
chainId: {account.chainId}
{account.status === 'connected' && (