Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Nov 3, 2023
1 parent 99ab040 commit ca7022a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
],
Expand Down
6 changes: 3 additions & 3 deletions examples/react/contexts/WalletSelectorContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
],
Expand Down
6 changes: 3 additions & 3 deletions examples/react/contexts/WalletSelectorExportContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit ca7022a

Please sign in to comment.