Skip to content

Commit

Permalink
Merge pull request #47 from PotLock/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
M-Rb3 authored Jul 5, 2024
2 parents b06e879 + 0891a8a commit 3cc6344
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 20 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@near-wallet-selector/nearfi": "^8.9.2",
"@near-wallet-selector/neth": "^8.5.0",
"@near-wallet-selector/nightly": "^8.5.0",
"@near-wallet-selector/okx-wallet": "^8.9.10",
"@near-wallet-selector/ramper-wallet": "^8.9.2",
"@near-wallet-selector/sender": "^8.5.0",
"@near-wallet-selector/wallet-connect": "^8.9.2",
Expand Down
6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { setupBitgetWallet } from "@near-wallet-selector/bitget-wallet";
import { setupNearFi } from "@near-wallet-selector/nearfi";
import { setupMathWallet } from "@near-wallet-selector/math-wallet";
import { setupWelldoneWallet } from "@near-wallet-selector/welldone-wallet";
import { setupNearSnap } from "@near-wallet-selector/near-snap";
import { setupOKXWallet } from "@near-wallet-selector/okx-wallet";
import { setupLedger } from "@near-wallet-selector/ledger";
import { setupCoin98Wallet } from "@near-wallet-selector/coin98-wallet";
import { setupRamperWallet } from "@near-wallet-selector/ramper-wallet";
Expand Down Expand Up @@ -71,20 +71,20 @@ function App() {
modules: [
setupMyNearWallet(),
setupSender(),
setupMintbaseWallet(),
setupHereWallet(),
setupMeteorWallet(),
setupNeth({
gas: "300000000000000",
bundle: false,
}),
setupNightly(),
setupMintbaseWallet(),
setupOKXWallet(),
setupNearMobileWallet(),
setupBitgetWallet(),
setupNearFi(),
setupMathWallet(),
setupWelldoneWallet(),
// setupNearSnap(),
setupLedger(),
setupCoin98Wallet(),
setupRamperWallet(),
Expand Down
Loading

0 comments on commit 3cc6344

Please sign in to comment.