Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.692.0 #7942

Merged
merged 9 commits into from
Oct 17, 2024
3 changes: 0 additions & 3 deletions .env.base
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ REACT_APP_FEATURE_WHEREVER=true
REACT_APP_FEATURE_YAT=true
REACT_APP_FEATURE_NFT_METADATA=false
REACT_APP_FEATURE_CHATWOOT=false
REACT_APP_FEATURE_COINBASE_WALLET=true
REACT_APP_FEATURE_ADVANCED_SLIPPAGE=true
REACT_APP_FEATURE_LEDGER_WALLET=true
REACT_APP_FEATURE_WALLET_CONNECT_V2=true
Expand Down Expand Up @@ -170,8 +169,6 @@ REACT_APP_SNAP_ID=npm:@shapeshiftoss/metamask-snaps
REACT_APP_SNAP_VERSION=1.0.9
# REACT_APP_SNAP_ID=local:http://localhost:9000

REACT_APP_EXPERIMENTAL_MM_SNAPPY_FINGERS=true

# Experemental features (not production ready)
REACT_APP_EXPERIMENTAL_CUSTOM_SEND_NONCE=false

Expand Down
1 change: 1 addition & 0 deletions .env.develop
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# feature flags
REACT_APP_FEATURE_LIMIT_ORDERS=true

# mixpanel
REACT_APP_MIXPANEL_TOKEN=1c1369f6ea23a6404bac41b42817cc4b
Expand Down
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,25 @@
"@ledgerhq/hw-transport-webusb": "^6.29.2",
"@lifi/sdk": "^3.1.5",
"@lukemorales/query-key-factory": "^1.3.4",
"@metamask/detect-provider": "^2.0.0",
"@react-spring/web": "^9.7.4",
"@reduxjs/toolkit": "^1.9.7",
"@sentry-internal/browser-utils": "^8.26.0",
"@sentry/react": "^8.26.0",
"@shapeshiftoss/caip": "workspace:^",
"@shapeshiftoss/chain-adapters": "workspace:^",
"@shapeshiftoss/errors": "workspace:^",
"@shapeshiftoss/hdwallet-coinbase": "1.55.9",
"@shapeshiftoss/hdwallet-core": "1.55.9",
"@shapeshiftoss/hdwallet-keepkey": "1.55.9",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.55.9",
"@shapeshiftoss/hdwallet-keplr": "1.55.9",
"@shapeshiftoss/hdwallet-ledger": "1.55.9",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.55.9",
"@shapeshiftoss/hdwallet-metamask": "1.55.9",
"@shapeshiftoss/hdwallet-native": "1.55.9",
"@shapeshiftoss/hdwallet-native-vault": "1.55.9",
"@shapeshiftoss/hdwallet-phantom": "1.55.9",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "1.55.9",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.55.9",
"@shapeshiftoss/hdwallet-xdefi": "1.55.9",
"@shapeshiftoss/hdwallet-coinbase": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-core": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-keepkey": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-keplr": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-ledger": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-metamask-multichain": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-native": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-native-vault": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-phantom": "1.55.11-mipd.5",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.55.11-mipd.5",
"@shapeshiftoss/swapper": "workspace:^",
"@shapeshiftoss/types": "workspace:^",
"@shapeshiftoss/unchained-client": "workspace:^",
Expand Down Expand Up @@ -159,6 +156,7 @@
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.0",
"mipd": "^0.0.7",
"mixpanel-browser": "^2.45.0",
"myzod": "^1.10.1",
"node-polyglot": "^2.4.0",
Expand Down
1 change: 1 addition & 0 deletions packages/chain-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@shapeshiftoss/types": "workspace:^",
"@shapeshiftoss/unchained-client": "workspace:^",
"@shapeshiftoss/utils": "workspace:^",
"@solana/web3.js": "^1.95.3",
"bech32": "^2.0.0",
"coinselect": "^3.1.13",
"multicoin-address-validator": "^0.5.12",
Expand Down
1 change: 1 addition & 0 deletions packages/chain-adapters/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * from './types'
export * from './evm'
export * from './utxo'
export * from './cosmossdk'
export * as solana from './solana'
Loading
Loading