diff --git a/apps/cross-chain-accounts/components/WalletProvider.tsx b/apps/cross-chain-accounts/components/WalletProvider.tsx index 135f21e..c83f750 100644 --- a/apps/cross-chain-accounts/components/WalletProvider.tsx +++ b/apps/cross-chain-accounts/components/WalletProvider.tsx @@ -6,15 +6,15 @@ import { Network } from "@aptos-labs/ts-sdk"; import { AptosWalletAdapterProvider } from "@aptos-labs/wallet-adapter-react"; import type { PropsWithChildren } from "react"; -setupAutomaticSolanaWalletDerivation({ defaultNetwork: Network.DEVNET }); -setupAutomaticEthereumWalletDerivation({ defaultNetwork: Network.DEVNET }); +setupAutomaticSolanaWalletDerivation({ defaultNetwork: Network.SHELBYNET }); +setupAutomaticEthereumWalletDerivation({ defaultNetwork: Network.SHELBYNET }); export const WalletProvider = ({ children }: PropsWithChildren) => { return (