Skip to content

Commit ae1e616

Browse files
committed
fix: swap pools
1 parent 8f1c3ff commit ae1e616

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/frontend/src/app/5_pages/BobGateway/BobGateway.constants.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const strategies = [
1010
strategyAddress: '0x0A0A0F6d572488093763C13AF7aB55597477aBDB',
1111
toToken: 'wBTC',
1212
tokenA: 'UniBTC',
13-
tokenB: 'SolvBTC.BBN',
13+
tokenB: 'XSOLVBTC',
1414
category: 'Liquidity providing',
1515
incentives: (
1616
<div className="flex flex-col">
@@ -22,14 +22,14 @@ export const strategies = [
2222
</div>
2323
),
2424
about:
25-
'Maximize your rewards with liquid Bitcoin staking. This pool facilitates seamless swaps between SolvBTC.BBN and UniBTC, two Liquid Staking Tokens (LSTs) representing BTC. With a 20x Spice multiplier, it offers high incentives for liquidity providers looking to optimize yield while staying fully exposed to BTC derivatives.',
25+
'Maximize your rewards with liquid Bitcoin staking. This pool facilitates seamless swaps between XSOLVBTC and UniBTC, two Liquid Staking Tokens (LSTs) representing BTC. With a 20x Spice multiplier, it offers high incentives for liquidity providers looking to optimize yield while staying fully exposed to BTC derivatives.',
2626
},
2727

2828
{
2929
strategyAddress: '0x2a4F027cb568F2F3f7b2F7008b92C3B0eFc8DCfD',
3030
toToken: 'wBTC',
3131
tokenA: 'WBTC',
32-
tokenB: 'SolvBTC.BBN',
32+
tokenB: 'XSOLVBTC',
3333
category: 'Liquidity providing',
3434
incentives: (
3535
<div className="flex flex-col">
@@ -40,7 +40,7 @@ export const strategies = [
4040
</div>
4141
),
4242
about:
43-
'Combine wrapped BTC liquidity with staking rewards. This pool pairs wBTC with SolvBTC.BBN, allowing users to move between a widely-used BTC wrapper and an interest-bearing LST. Liquidity providers earn a 7x Spice multiplier on wBTC and a 20x multiplier on SolvBTC.BBN, making it an attractive option for BTC holders looking to gain exposure to liquid staking rewards.',
43+
'Combine wrapped BTC liquidity with staking rewards. This pool pairs wBTC with XSOLVBTC, allowing users to move between a widely-used BTC wrapper and an interest-bearing LST. Liquidity providers earn a 7x Spice multiplier on wBTC and a 20x multiplier on XSOLVBTC, making it an attractive option for BTC holders looking to gain exposure to liquid staking rewards.',
4444
},
4545

4646
{

apps/frontend/src/app/5_pages/ConvertPage/ConvertPage.constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ export const CATEGORY_TOKENS: Record<CategoryType, string[]> = {
6262
[CategoryType.Stablecoins]: SMART_ROUTER_STABLECOINS,
6363
[CategoryType.BTC]: [COMMON_SYMBOLS.BTC],
6464
[CategoryType.Runes]: ['POWA', 'DOGGOTOTHEMOON', 'PUPSWORLDPEACE'],
65-
[CategoryType.LST]: ['SolvBTC.BBN', 'UniBTC'],
65+
[CategoryType.LST]: ['XSOLVBTC', 'UniBTC'],
6666
[CategoryType.All]: [],
6767
};

packages/sdk/src/swaps/smart-router/utils/ambient-utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ const POOLS: Partial<Record<ChainIds, PoolWithIndex[]>> = {
197197
['POWA', 'SOV', 420],
198198
['WBTC', 'satUSD', 410],
199199
['USDT', 'satUSD', 400],
200-
['UniBTC', 'SolvBTC.BBN', 400],
201-
['SolvBTC.BBN', 'wBTC', 400],
200+
['UniBTC', 'XSOLVBTC', 400],
201+
['XSOLVBTC', 'wBTC', 400],
202202
['UniBTC', 'wBTC', 400],
203203
['SolvBTC', 'wBTC', 400],
204204
['DOGGOTOTHEMOON', 'POWA', 420],

0 commit comments

Comments
 (0)