Skip to content

Commit

Permalink
Merge pull request #1314 from near/eth-wallets
Browse files Browse the repository at this point in the history
feat!: eth wallets and clean-up
  • Loading branch information
gagdiez authored Oct 8, 2024
2 parents b74ee58 + c3027f5 commit 5134caf
Show file tree
Hide file tree
Showing 165 changed files with 2,724 additions and 7,367 deletions.
29 changes: 17 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@
"@monaco-editor/react": "^4.6.0",
"@near-js/biometric-ed25519": "0.3.0",
"@near-pagoda/ui": "^1.0.1",
"@near-wallet-selector/bitte-wallet": "^8.9.12",
"@near-wallet-selector/core": "8.9.12",
"@near-wallet-selector/here-wallet": "8.9.12",
"@near-wallet-selector/ledger": "^8.9.12",
"@near-wallet-selector/meteor-wallet": "8.9.12",
"@near-wallet-selector/mintbase-wallet": "^8.9.12",
"@near-wallet-selector/modal-ui": "8.9.12",
"@near-wallet-selector/my-near-wallet": "8.9.12",
"@near-wallet-selector/near-mobile-wallet": "^8.9.12",
"@near-wallet-selector/neth": "8.9.12",
"@near-wallet-selector/bitte-wallet": "^8.9.13",
"@near-wallet-selector/core": "8.9.13",
"@near-wallet-selector/ethereum-wallets": "8.9.13",
"@near-wallet-selector/here-wallet": "8.9.13",
"@near-wallet-selector/ledger": "^8.9.13",
"@near-wallet-selector/meteor-wallet": "8.9.13",
"@near-wallet-selector/mintbase-wallet": "^8.9.13",
"@near-wallet-selector/modal-ui": "8.9.13",
"@near-wallet-selector/my-near-wallet": "8.9.13",
"@near-wallet-selector/near-mobile-wallet": "^8.9.13",
"@near-wallet-selector/neth": "8.9.13",
"@near-wallet-selector/nightly": "8.9.7",
"@near-wallet-selector/sender": "8.9.12",
"@near-wallet-selector/welldone-wallet": "8.9.12",
"@near-wallet-selector/sender": "8.9.13",
"@near-wallet-selector/welldone-wallet": "8.9.13",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -50,6 +51,7 @@
"@web3-onboard/ledger": "^2.6.0",
"@web3-onboard/react": "^2.8.17",
"@web3-onboard/walletconnect": "^2.5.5",
"@web3modal/wagmi": "^5.1.11",
"big.js": "^6.2.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
Expand Down Expand Up @@ -79,6 +81,7 @@
"strip-markdown": "^5.0.1",
"styled-components": "^5.3.11",
"typescript": "^5.4.5",
"wagmi": "^2.12.17",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand All @@ -94,12 +97,14 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"cz-conventional-changelog": "^3.3.0",
"dependency-check": "^4.1.0",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"pino-pretty": "^11.2.2",
"prettier": "^2.8.8"
},
"config": {
Expand Down
2,741 changes: 2,374 additions & 367 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/NTFImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useCallback, useEffect, useState } from 'react';
import { useContext } from 'react';
import styled from 'styled-components';

import { NearContext } from './WalletSelector';
import { NearContext } from './wallet-selector/WalletSelector';

const RoundedImage = styled(Image)`
border-radius: 50%;
Expand Down
134 changes: 0 additions & 134 deletions src/components/NotificationsAlert.tsx

This file was deleted.

134 changes: 0 additions & 134 deletions src/components/banner/Horizon.tsx

This file was deleted.

Loading

0 comments on commit 5134caf

Please sign in to comment.