Skip to content

Commit

Permalink
SOV-4350: Disable SOV/WBTC pool (#979)
Browse files Browse the repository at this point in the history
* feat: disable SAT/WBTC pool and conversions via smart-router

* chore: add changeset
  • Loading branch information
soulBit authored Aug 6, 2024
1 parent 32f5c58 commit 065c937
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changeset/honest-rockets-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'frontend': patch
'@sovryn/sdk': patch
---

SOV-4350: Disable SAT/WBTC pool and conversions via smart-router route
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ export const bobMainnet: AmbientLiquidityPool[] = [
420,
'0xbFB1bF6dCc02baCeB8C4c336457798c9b4ED1225',
),
new AmbientLiquidityPool(
'WBTC',
'SAT',
ChainIds.BOB_MAINNET,
410,
'0x9C82eF04eC7FEB9E07a9f2Be23cc180753CE4612',
),
// new AmbientLiquidityPool(
// 'WBTC',
// 'SAT',
// ChainIds.BOB_MAINNET,
// 410,
// '0x9C82eF04eC7FEB9E07a9f2Be23cc180753CE4612',
// ),
new AmbientLiquidityPool(
'USDT',
'SAT',
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/swaps/smart-router/utils/ambient-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const POOLS: Partial<Record<ChainIds, PoolWithIndex[]>> = {
['TBTC', 'SOV', 410],
['TBTC', 'WBTC', 400],
['POWA', 'SOV', 420],
['WBTC', 'SAT', 410],
//['WBTC', 'SAT', 410],
['USDT', 'SAT', 400],
],
[ChainIds.BOB_TESTNET]: [
Expand Down

0 comments on commit 065c937

Please sign in to comment.