From ca7022a7d86c6ae76d6d84d9220ed92026b215dd Mon Sep 17 00:00:00 2001 From: Ruben Marcus Date: Fri, 3 Nov 2023 13:59:09 +0000 Subject: [PATCH] update examples --- .../wallet-selector-export.component.ts | 6 +++--- .../app/pages/wallet-selector/wallet-selector.component.ts | 6 +++--- examples/react/contexts/WalletSelectorContext.tsx | 6 +++--- examples/react/contexts/WalletSelectorExportContext.tsx | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/angular/src/app/pages/wallet-selector-export/wallet-selector-export.component.ts b/examples/angular/src/app/pages/wallet-selector-export/wallet-selector-export.component.ts index 22319cb13..64da5b3e0 100644 --- a/examples/angular/src/app/pages/wallet-selector-export/wallet-selector-export.component.ts +++ b/examples/angular/src/app/pages/wallet-selector-export/wallet-selector-export.component.ts @@ -83,9 +83,9 @@ export class WalletSelectorExportComponent implements OnInit { setupRamperWallet(), setupNearMobileWallet(), setupMintbaseWallet({ - networkId: "mainnet", - walletUrl: "https://wallet.mintbase.xyz", - callbackUrl: "https://www.mywebsite.com", + networkId: "testnet", + walletUrl: "https://testnet.wallet.mintbase.xyz", + callbackUrl: "http://localhost:4200", deprecated: false, }), ], diff --git a/examples/angular/src/app/pages/wallet-selector/wallet-selector.component.ts b/examples/angular/src/app/pages/wallet-selector/wallet-selector.component.ts index 73d7c30e1..92e1bb199 100644 --- a/examples/angular/src/app/pages/wallet-selector/wallet-selector.component.ts +++ b/examples/angular/src/app/pages/wallet-selector/wallet-selector.component.ts @@ -86,9 +86,9 @@ export class WalletSelectorComponent implements OnInit { setupRamperWallet(), setupNearMobileWallet(), setupMintbaseWallet({ - networkId: "mainnet", - walletUrl: "https://wallet.mintbase.xyz", - callbackUrl: "https://www.mywebsite.com", + networkId: "testnet", + walletUrl: "https://testnet.wallet.mintbase.xyz", + callbackUrl: "http://localhost:4200", deprecated: false, }), ], diff --git a/examples/react/contexts/WalletSelectorContext.tsx b/examples/react/contexts/WalletSelectorContext.tsx index 7156eb135..d7ce0b4a8 100644 --- a/examples/react/contexts/WalletSelectorContext.tsx +++ b/examples/react/contexts/WalletSelectorContext.tsx @@ -97,9 +97,9 @@ export const WalletSelectorContextProvider: React.FC<{ }), setupNearMobileWallet(), setupMintbaseWallet({ - networkId: "mainnet", - walletUrl: "https://wallet.mintbase.xyz", - callbackUrl: "https://www.mywebsite.com", + networkId: "testnet", + walletUrl: "https://testnet.wallet.mintbase.xyz", + callbackUrl: "http://localhost:4200", deprecated: false, }), ], diff --git a/examples/react/contexts/WalletSelectorExportContext.tsx b/examples/react/contexts/WalletSelectorExportContext.tsx index 4c3dbed85..4d45dafce 100644 --- a/examples/react/contexts/WalletSelectorExportContext.tsx +++ b/examples/react/contexts/WalletSelectorExportContext.tsx @@ -71,9 +71,9 @@ export const ExportAccountSelectorContextProvider: React.FC<{ setupNearFi(), setupRamperWallet(), setupMintbaseWallet({ - networkId: "mainnet", - walletUrl: "https://wallet.mintbase.xyz", - callbackUrl: "https://www.mywebsite.com", + networkId: "testnet", + walletUrl: "https://testnet.wallet.mintbase.xyz", + callbackUrl: "http://localhost:4200", deprecated: false, }), setupWalletConnect({