diff --git a/.env.example b/.env.example index af1d1a2..8225bf5 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1 @@ -# Stellar / Soroban Configuration NEXT_PUBLIC_STELLAR_NETWORK=testnet -NEXT_PUBLIC_STELLAR_RPC_URL=https://soroban-testnet.stellar.org -NEXT_PUBLIC_CONTRACT_ID=CC... # Replace with your deployed contract ID - -# Application Settings -NEXT_PUBLIC_SITE_URL=http://localhost:3000 diff --git a/app/layout.tsx b/app/layout.tsx index a2bb1eb..073d152 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,5 @@ import type { Metadata } from "next"; -import { StellarAuthProvider } from "@/contexts/StellarAuthContext"; +import { StellarProvider } from "@/context/StellarContext"; import "./globals.css"; export const metadata: Metadata = { @@ -32,9 +32,9 @@ export default function RootLayout({