Skip to content

Commit

Permalink
fix mintbase wallet issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Nov 15, 2023
1 parent ca7022a commit 5b92065
Show file tree
Hide file tree
Showing 6 changed files with 21,437 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,7 @@ export class WalletSelectorExportComponent implements OnInit {
}),
setupRamperWallet(),
setupNearMobileWallet(),
setupMintbaseWallet({
networkId: "testnet",
walletUrl: "https://testnet.wallet.mintbase.xyz",
callbackUrl: "http://localhost:4200",
deprecated: false,
}),
setupMintbaseWallet(),
],
});
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@ export class WalletSelectorComponent implements OnInit {
}),
setupRamperWallet(),
setupNearMobileWallet(),
setupMintbaseWallet({
networkId: "testnet",
walletUrl: "https://testnet.wallet.mintbase.xyz",
callbackUrl: "http://localhost:4200",
deprecated: false,
}),
setupMintbaseWallet(),
],
});

Expand Down
7 changes: 1 addition & 6 deletions examples/react/contexts/WalletSelectorContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,7 @@ export const WalletSelectorContextProvider: React.FC<{
},
}),
setupNearMobileWallet(),
setupMintbaseWallet({
networkId: "testnet",
walletUrl: "https://testnet.wallet.mintbase.xyz",
callbackUrl: "http://localhost:4200",
deprecated: false,
}),
setupMintbaseWallet(),
],
});
const _modal = setupModal(_selector, {
Expand Down
7 changes: 1 addition & 6 deletions examples/react/contexts/WalletSelectorExportContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@ export const ExportAccountSelectorContextProvider: React.FC<{
setupCoin98Wallet(),
setupNearFi(),
setupRamperWallet(),
setupMintbaseWallet({
networkId: "testnet",
walletUrl: "https://testnet.wallet.mintbase.xyz",
callbackUrl: "http://localhost:4200",
deprecated: false,
}),
setupMintbaseWallet(),
setupWalletConnect({
projectId: "c4f79cc...",
metadata: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@ledgerhq/hw-transport-webhid": "6.27.1",
"@metamask/detect-provider": "^2.0.0",
"@meteorwallet/sdk": "^0.8.0",
"@mintbase-js/wallet": "0.5.0-beta.0",
"@mintbase-js/wallet": "0.5.0-beta.3",
"@near-snap/sdk": "^0.6.0",
"@nightlylabs/connect-near": "0.0.15",
"@peersyst/near-mobile-signer": "1.0.7",
Expand Down
Loading

0 comments on commit 5b92065

Please sign in to comment.