Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6f6d8d9
fix: add font-src to Inter font CSP to unblock font loading (#11857)
0xApotheosis Feb 13, 2026
04fd86c
fix: public api railway deployment (#11853)
kaladinlight Feb 13, 2026
5d115f6
chore(deps): bump qs from 6.14.1 to 6.14.2 (#11851)
dependabot[bot] Feb 13, 2026
d335087
feat: yield crypto amount overrides (#11833)
gomes-bot Feb 13, 2026
8d5c19a
feat: i have a dream (#11831)
gomes-bot Feb 13, 2026
a62e95d
fix: withdrawable action per-entry amounts (#11840)
gomes-bot Feb 13, 2026
faee90e
feat: yield.xyz tx history enrichment (#11846)
gomes-bot Feb 13, 2026
86d5d9b
chore: just the rfox text changes (#11852)
twblack88 Feb 13, 2026
55d8c40
feat: add agentic chat to web (#11789)
premiumjibles Feb 14, 2026
0d3959b
feat: regenerate asset data 02/13/2026 (#11860)
github-actions[bot] Feb 15, 2026
0029f7b
fix: skip native build for utf-8-validate (#11888)
0xApotheosis Feb 16, 2026
b0b721b
feat: bigamount api improvements (#11864)
gomes-bot Feb 16, 2026
bcfa112
feat(public-api): normalize transaction data format with discriminate…
0xApotheosis Feb 16, 2026
6f271fe
fix: avoid showing error toast when webservice is failing after a swa…
NeOMakinG Feb 16, 2026
7be1b64
feat: across protocol swapper integration (#11876)
gomes-bot Feb 16, 2026
babe121
feat: implement referral fees for Stonfi swapper (#11841)
NeOMakinG Feb 16, 2026
ab47bf8
feat: add Seeker wallet multi-chain support (Solana, NEAR, TON, SUI) …
gomes-bot Feb 16, 2026
43dd918
fix: near ledger 0xb00b — use 5-level bip32 paths for firmware compat…
gomes-bot Feb 16, 2026
ab6e876
feat: bigamount migration p1 non-breaking selector additions + portfo…
gomes-bot Feb 17, 2026
701d850
feat: enable NEAR chain (#11822)
NeOMakinG Feb 17, 2026
37471d1
feat: add sequence support to utxo wallet adapters (#11882)
gomes-bot Feb 17, 2026
0a86a4b
feat: megaeth support (#11887)
gomes-bot Feb 17, 2026
e7cfe48
fix: bring back jettons (#11889)
gomes-bot Feb 17, 2026
b0bc55b
feat: yield second-class tx history + claims with unbonding + polish …
gomes-bot Feb 17, 2026
662360c
feat: hyperevm and monad treasury addies (#11890)
gomesalexandre Feb 17, 2026
e9bb7e8
fix: add seeker to the public api docker file (#11908)
NeOMakinG Feb 17, 2026
fe621ca
fix: reapply hdwallet-ledger getTrustedInputBIP143 patch (#11901)
gomes-bot Feb 17, 2026
2ee3bfd
fix: jetton sends (#11896)
gomesalexandre Feb 17, 2026
e7800b5
Merge branch 'main' into develop
0xApotheosis Feb 17, 2026
356a3f9
chore: improve asset about copy with placeholder in chat (#11927)
firebomb1 Feb 18, 2026
c032c50
feat: bump affiliate fees to 60 bps (#11920)
gomes-bot Feb 18, 2026
ee98be3
chore(deps-dev): bump electron from 12.2.3 to 35.7.5 (#11847)
dependabot[bot] Feb 18, 2026
193057f
fix: qr send flow action center + initial balance (#11809)
gomes-bot Feb 18, 2026
68c97f9
feat: bigamount migration p2.1 trade/swap selectors migration (#11867)
gomes-bot Feb 18, 2026
cbe0fc4
feat: enable TON chain and Stonfi swapper (#11842)
NeOMakinG Feb 18, 2026
2558beb
feat: handle ton failed Txs (#11897)
gomesalexandre Feb 18, 2026
2caca2a
feat: bigamount migration p2.2 defi providers selectors migration (#1…
gomes-bot Feb 19, 2026
c775902
feat: bigamount migration p2.3 yields + lending selectors migration (…
gomes-bot Feb 19, 2026
df6e8a1
fix: stale yield tx amount after wallet rejection (#11921)
gomes-bot Feb 19, 2026
f07918c
feat: bigamount migration p2.4 rfox/tcy/thorchain lp selectors migrat…
gomes-bot Feb 19, 2026
776d447
feat: add Scroll chain support behind feature flag (#11903)
NeOMakinG Feb 19, 2026
a92ad34
feat: bigamount migration p2.5 send + misc ui + walletconnect selecto…
gomes-bot Feb 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 16 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ VITE_ARBITRUM_NODE_URL=https://api.arbitrum.shapeshift.com/api/v1/jsonrpc
VITE_BASE_NODE_URL=https://api.base.shapeshift.com/api/v1/jsonrpc
VITE_MONAD_NODE_URL=https://rpc.monad.xyz
VITE_PLASMA_NODE_URL=https://rpc.plasma.to
VITE_MEGAETH_NODE_URL=https://mainnet.megaeth.com/rpc
VITE_SCROLL_NODE_URL=https://rpc.scroll.io/
VITE_KATANA_NODE_URL=https://rpc.katana.network
VITE_THORCHAIN_NODE_URL=https://api.thorchain.shapeshift.com/lcd
VITE_MAYACHAIN_NODE_URL=https://api.mayachain.shapeshift.com/lcd
Expand Down Expand Up @@ -300,7 +302,9 @@ VITE_FEATURE_MONAD=true
VITE_FEATURE_PLASMA=true
VITE_HYPEREVM_NODE_URL=https://rpc.hyperliquid.xyz/evm
VITE_FEATURE_HYPEREVM=true
VITE_FEATURE_NEAR=false
VITE_FEATURE_MEGAETH=false
VITE_FEATURE_SCROLL=false
VITE_FEATURE_NEAR=true
VITE_FEATURE_KATANA=true

# Yield.xyz Feature Flag
Expand All @@ -309,9 +313,19 @@ VITE_FEATURE_YIELDS_PAGE=true
VITE_YIELD_XYZ_API_KEY=06903960-e442-4870-81eb-03ff3ad4c035
VITE_FEATURE_YIELD_MULTI_ACCOUNT=true
VITE_TON_NODE_URL=https://toncenter.com/api/v2/jsonRPC
VITE_FEATURE_TON=false
VITE_FEATURE_STONFI_SWAP=true
VITE_FEATURE_TON=true
VITE_FEATURE_EARN_TAB=true

# Across Protocol
VITE_FEATURE_ACROSS_SWAP=false
VITE_ACROSS_API_URL=https://app.across.to/api
VITE_ACROSS_INTEGRATOR_ID=

# Userback feedback widget
VITE_FEATURE_USERBACK=true
VITE_USERBACK_TOKEN=A-3gHopRTd55QqxXGsJd0XLVVG3

# agentic chat
VITE_FEATURE_AGENTIC_CHAT=false
VITE_AGENTIC_SERVER_BASE_URL=https://shapeshiftossagentic-server-production.up.railway.app
14 changes: 11 additions & 3 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ VITE_MONAD_NODE_URL=https://rpc.monad.xyz
VITE_PLASMA_NODE_URL=https://rpc.plasma.to
VITE_KATANA_NODE_URL=https://rpc.katana.network
VITE_HYPEREVM_NODE_URL=https://rpc.hyperliquid.xyz/evm
VITE_MEGAETH_NODE_URL=https://mainnet.megaeth.com/rpc
VITE_SCROLL_NODE_URL=https://rpc.scroll.io/
# Swap me back to 9R as-needed
# VITE_THORCHAIN_NODE_URL=https://thornode.ninerealms.com
VITE_THORCHAIN_NODE_URL=https://dev-api.thorchain.shapeshift.com/lcd
Expand Down Expand Up @@ -93,7 +95,13 @@ VITE_NOTIFICATIONS_SERVER_URL=https://dev-api.notifications-service.shapeshift.c

VITE_FEATURE_WC_DIRECT_CONNECTION=true
VITE_FEATURE_CETUS_SWAP=true
VITE_FEATURE_NEAR=true
VITE_FEATURE_MEGAETH=true
VITE_FEATURE_SCROLL=true
VITE_FEATURE_KATANA=true
VITE_FEATURE_TON=true
VITE_FEATURE_STONFI_SWAP=true
VITE_FEATURE_ACROSS_SWAP=true
VITE_FEATURE_YIELDS_PAGE=true
VITE_FEATURE_EARN_TAB=true
VITE_FEATURE_YIELD_MULTI_ACCOUNT=true
VITE_FEATURE_AGENTIC_CHAT=true
# VITE_AGENTIC_SERVER_BASE_URL=http://localhost:4111
VITE_AGENTIC_SERVER_BASE_URL=https://shapeshiftossagentic-server-production.up.railway.app
1 change: 1 addition & 0 deletions .env.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# feature flags
VITE_FEATURE_MIXPANEL=false
VITE_FEATURE_CHATWOOT=false
VITE_FEATURE_AGENTIC_CHAT=false
4 changes: 4 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ VITE_FEATURE_THORCHAIN_TCY_ACTIVITY=false

# mixpanel
VITE_MIXPANEL_TOKEN=9d304465fc72224aead9e027e7c24356

# agentic chat
VITE_FEATURE_AGENTIC_CHAT=false
VITE_AGENTIC_SERVER_BASE_URL=https://shapeshiftossagentic-server-production.up.railway.app
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
/.yarn/plugins/** binary
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Local issue tracking
.beads/

# no zero installs
.pnp.*
.yarn/*
Expand Down
Loading
Loading