diff --git a/frontend/src/pages/_app.tsx b/frontend/src/pages/_app.tsx index 610ef4d..7093abb 100644 --- a/frontend/src/pages/_app.tsx +++ b/frontend/src/pages/_app.tsx @@ -26,12 +26,12 @@ const queryClient = new QueryClient(); export const wagmiConfig = createConfig({ connectors: connectors, chains: [ - base, - baseSepolia + baseSepolia, + base ], transports: { - [base.id]: http(), - [baseSepolia.id]: http() + [baseSepolia.id]: http(), + [base.id]: http() }, }); diff --git a/frontend/src/pages/sponsorships/add.tsx b/frontend/src/pages/sponsorships/add.tsx index 467586c..ca647e5 100644 --- a/frontend/src/pages/sponsorships/add.tsx +++ b/frontend/src/pages/sponsorships/add.tsx @@ -96,7 +96,7 @@ export function WriteContractButton() { const { writeContract } = useWriteContract(); return (