From 459f37df39236c85f23edd98ef2a1ecce39126ad Mon Sep 17 00:00:00 2001 From: kijultzy Date: Thu, 9 Jul 2026 20:27:04 +0700 Subject: [PATCH] tes perubahan --- .github/workflows/pullpay.yml | 4 ++-- frontend/app/providers.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pullpay.yml b/.github/workflows/pullpay.yml index 33910ee..6c29ec2 100644 --- a/.github/workflows/pullpay.yml +++ b/.github/workflows/pullpay.yml @@ -12,9 +12,9 @@ jobs: curl -X POST "https://pullpay-sigma.vercel.app/api/settle" \ -H 'Content-Type: application/json' \ -d '{ - "rewardId": "0x98c81d82cf019d196482e32a361f70d580c40fa9f4408beb91ba8b737c7717aa", + "rewardId": "0xd49417a20d79e7c83680cc86c06b8bfc91e3c1f3eda0f0e601565abd766ca7bd", "repo": "irham3/pullpay", "pr": ${{ github.event.pull_request.number }}, - "issue": 2, + "issue": 5, "author": "${{ github.event.pull_request.user.login }}" }' \ No newline at end of file diff --git a/frontend/app/providers.tsx b/frontend/app/providers.tsx index 6e1e550..ecb317a 100644 --- a/frontend/app/providers.tsx +++ b/frontend/app/providers.tsx @@ -6,7 +6,7 @@ import { WagmiProvider, type State } from "wagmi"; import { QueryClientProvider, QueryClient } from "@tanstack/react-query"; import { config } from "@/lib/wagmi"; import "@rainbow-me/rainbowkit/styles.css"; - +// tes tes perubahan export function Providers({ children, initialState,