diff --git a/components/ProviderExample.tsx b/components/ProviderExample.tsx index 69ac885..ff4b065 100644 --- a/components/ProviderExample.tsx +++ b/components/ProviderExample.tsx @@ -7,7 +7,7 @@ import {chain} from '../wallet/provideWalletChains' const chains: ChainMetadata[] = [chain.sandbox, chain.standalone, chain.futurenet]; const {connectors} = getDefaultConnectors({ - appName: "Exanple Stellar App", + appName: "Example Stellar App", chains}) export default function ProviderExample({children}:{children: React.ReactNode}) { @@ -19,4 +19,4 @@ import {chain} from '../wallet/provideWalletChains' {children} ) - } \ No newline at end of file + }