Skip to content

Commit

Permalink
Merge pull request #967 from microchipgnu/develop
Browse files Browse the repository at this point in the history
feat: add mintbase wallet support
  • Loading branch information
charleslavon authored Feb 15, 2024
2 parents 813b719 + 5d2e34f commit 65a5927
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@near-wallet-selector/here-wallet": "8.9.5",
"@near-wallet-selector/ledger": "^8.9.5",
"@near-wallet-selector/meteor-wallet": "8.9.5",
"@near-wallet-selector/mintbase-wallet": "^8.9.5",
"@near-wallet-selector/modal-ui": "8.9.5",
"@near-wallet-selector/my-near-wallet": "8.9.5",
"@near-wallet-selector/near-mobile-wallet": "^8.9.5",
Expand Down
24 changes: 24 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/components/vm/VmInitializer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { setupMeteorWallet } from '@near-wallet-selector/meteor-wallet';
import type { WalletSelectorModal } from '@near-wallet-selector/modal-ui';
import { setupModal } from '@near-wallet-selector/modal-ui';
import { setupMyNearWallet } from '@near-wallet-selector/my-near-wallet';
import { setupMintbaseWallet } from '@near-wallet-selector/mintbase-wallet';
import { setupNearMobileWallet } from '@near-wallet-selector/near-mobile-wallet';
import { setupNeth } from '@near-wallet-selector/neth';
import { setupNightly } from '@near-wallet-selector/nightly';
Expand Down Expand Up @@ -73,6 +74,7 @@ export default function VmInitializer() {
setupMyNearWallet(),
setupSender(),
setupHereWallet(),
setupMintbaseWallet(),
setupMeteorWallet(),
setupNeth({
gas: '300000000000000',
Expand Down

0 comments on commit 65a5927

Please sign in to comment.