Skip to content

Commit ef2f1ab

Browse files
committed
SOV-4457: rebrand SAT token (#1006)
* feat: rebrand SAT token * chore: remove $ sign
1 parent 04f2b6f commit ef2f1ab

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

.changeset/green-forks-rule.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'frontend': patch
3+
'@sovryn/contracts': patch
4+
'@sovryn/sdk': patch
5+
---
6+
7+
SOV-4457: rebrand SAT token
8+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ export const bobMainnet: AmbientLiquidityPool[] = [
9696
),
9797
new AmbientLiquidityPool(
9898
'WBTC',
99-
'SAT',
99+
'satUSD',
100100
ChainIds.BOB_MAINNET,
101101
410,
102102
'0x9C82eF04eC7FEB9E07a9f2Be23cc180753CE4612',
103103
),
104104
new AmbientLiquidityPool(
105105
'USDT',
106-
'SAT',
106+
'satUSD',
107107
ChainIds.BOB_MAINNET,
108108
400,
109109
'0x8C6a57d16B1ddAD730Fee27822284d085C106DbB',

packages/contracts/src/contracts/assets/bob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const bob: Array<AssetDetails> = [
8383
getIcon: async () => (await import('./icons/bob/powa')).default,
8484
},
8585
{
86-
symbol: 'SAT',
86+
symbol: 'satUSD',
8787
address: '0x78fea795cbfcc5ffd6fb5b845a4f53d25c283bdb',
8888
name: 'Satoshi Stablecoin',
8989
decimals: 18,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ const POOLS: Partial<Record<ChainIds, PoolWithIndex[]>> = {
195195
['TBTC', 'SOV', 410],
196196
['TBTC', 'WBTC', 400],
197197
['POWA', 'SOV', 420],
198-
['WBTC', 'SAT', 410],
199-
['USDT', 'SAT', 400],
198+
['WBTC', 'satUSD', 410],
199+
['USDT', 'satUSD', 400],
200200
],
201201
[ChainIds.BOB_TESTNET]: [
202202
['USDC', 'USDT', 36000],

0 commit comments

Comments
 (0)