Skip to content

Commit 065c937

Browse files
authoredAug 6, 2024
SOV-4350: Disable SOV/WBTC pool (#979)
* feat: disable SAT/WBTC pool and conversions via smart-router * chore: add changeset
1 parent 32f5c58 commit 065c937

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed
 

‎.changeset/honest-rockets-burn.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'frontend': patch
3+
'@sovryn/sdk': patch
4+
---
5+
6+
SOV-4350: Disable SAT/WBTC pool and conversions via smart-router route

‎apps/frontend/src/app/5_pages/MarketMakingPage/components/AmbientMarketMaking/utils/pools/bobMainnet.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ export const bobMainnet: AmbientLiquidityPool[] = [
9494
420,
9595
'0xbFB1bF6dCc02baCeB8C4c336457798c9b4ED1225',
9696
),
97-
new AmbientLiquidityPool(
98-
'WBTC',
99-
'SAT',
100-
ChainIds.BOB_MAINNET,
101-
410,
102-
'0x9C82eF04eC7FEB9E07a9f2Be23cc180753CE4612',
103-
),
97+
// new AmbientLiquidityPool(
98+
// 'WBTC',
99+
// 'SAT',
100+
// ChainIds.BOB_MAINNET,
101+
// 410,
102+
// '0x9C82eF04eC7FEB9E07a9f2Be23cc180753CE4612',
103+
// ),
104104
new AmbientLiquidityPool(
105105
'USDT',
106106
'SAT',

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const POOLS: Partial<Record<ChainIds, PoolWithIndex[]>> = {
195195
['TBTC', 'SOV', 410],
196196
['TBTC', 'WBTC', 400],
197197
['POWA', 'SOV', 420],
198-
['WBTC', 'SAT', 410],
198+
//['WBTC', 'SAT', 410],
199199
['USDT', 'SAT', 400],
200200
],
201201
[ChainIds.BOB_TESTNET]: [

0 commit comments

Comments
 (0)