From 5f1916638f8188a887d7a306ed9cd8d01f263269 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Thu, 11 Jan 2024 16:18:13 -0500 Subject: [PATCH] . --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 953abf2..039ab20 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -995,8 +995,8 @@ And that has made all the difference. width="full" shape="square" disabled={!isWalletConnected} - onClick={() => sendGoerliUSDC()} - label="Send USDC on Goerli" + onClick={() => sendSepoliaUSDC()} + label="Send USDC on Sepolia" />