Skip to content

Commit

Permalink
feat: plotly interactive chart thing (#5375)
Browse files Browse the repository at this point in the history
Co-authored-by: reallybeard <[email protected]>
  • Loading branch information
0xdef1cafe and reallybeard authored Oct 3, 2023
1 parent 7e70cf6 commit 8beb273
Show file tree
Hide file tree
Showing 12 changed files with 514 additions and 23 deletions.
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,6 +1,7 @@
# feature flags
REACT_APP_FEATURE_NFT_METADATA=true
REACT_APP_FEATURE_WALLET_CONNECT_V2=true
REACT_APP_FEATURE_FOX_DISCOUNTS=true

# logging
REACT_APP_REDUX_WINDOW=false
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"@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

0 comments on commit 8beb273

Please sign in to comment.