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.448.0 #5390

Merged
merged 10 commits into from
Oct 3, 2023
1 change: 1 addition & 0 deletions .env.base
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ REACT_APP_FEATURE_CHATWOOT=false
REACT_APP_FEATURE_COINBASE_WALLET=true
REACT_APP_FEATURE_ADVANCED_SLIPPAGE=true
REACT_APP_FEATURE_WALLET_CONNECT_V2=false
REACT_APP_FEATURE_FOX_DISCOUNTS=false

# absolute URL prefix
REACT_APP_ABSOLUTE_URL_PREFIX=https://app.shapeshift.com
Expand Down
3 changes: 2 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# feature flags
REACT_APP_FEATURE_NFT_METADATA=true
REACT_APP_FEATURE_FOX_DISCOUNTS=true
REACT_APP_FEATURE_WALLET_CONNECT_V2=true

# logging
Expand Down Expand Up @@ -46,4 +47,4 @@ REACT_APP_COSMOS_NODE_URL=https://dev-daemon.cosmos.shapeshift.com
REACT_APP_THORCHAIN_NODE_URL=https://dev-daemon.thorchain.shapeshift.com

# thorchain
REACT_APP_MIDGARD_URL=https://dev-indexer.thorchain.shapeshift.com/v2
REACT_APP_MIDGARD_URL=https://dev-indexer.thorchain.shapeshift.com/v2
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,23 @@
"@shapeshiftoss/caip": "workspace:^",
"@shapeshiftoss/chain-adapters": "workspace:^",
"@shapeshiftoss/errors": "workspace:^",
"@shapeshiftoss/hdwallet-coinbase": "^1.50.4",
"@shapeshiftoss/hdwallet-core": "^1.50.4",
"@shapeshiftoss/hdwallet-keepkey": "^1.50.4",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.50.4",
"@shapeshiftoss/hdwallet-keplr": "^1.50.4",
"@shapeshiftoss/hdwallet-metamask": "^1.50.4",
"@shapeshiftoss/hdwallet-native": "^1.50.4",
"@shapeshiftoss/hdwallet-native-vault": "^1.50.4",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "^1.50.5-alpha.70",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.50.8",
"@shapeshiftoss/hdwallet-xdefi": "^1.50.4",
"@shapeshiftoss/hdwallet-coinbase": "1.51.0",
"@shapeshiftoss/hdwallet-core": "1.51.0",
"@shapeshiftoss/hdwallet-keepkey": "1.50.10",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.50.10",
"@shapeshiftoss/hdwallet-keplr": "1.51.0",
"@shapeshiftoss/hdwallet-metamask": "1.51.0",
"@shapeshiftoss/hdwallet-native": "1.51.0",
"@shapeshiftoss/hdwallet-native-vault": "1.51.0",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "1.51.0",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.51.0",
"@shapeshiftoss/hdwallet-xdefi": "1.51.0",
"@shapeshiftoss/types": "workspace:^",
"@shapeshiftoss/unchained-client": "workspace:^",
"@snapshot-labs/snapshot.js": "^0.6.1",
"@sniptt/monads": "^0.5.10",
"@types/bip21": "^2.0.0",
"@types/react-plotly.js": "^2.6.0",
"@uniswap/sdk": "^3.0.3",
"@unstoppabledomains/resolution": "^8.3.3",
"@visx/gradient": "^2.10.0",
Expand Down
Loading