Skip to content

Commit

Permalink
SOV-4457: rebrand SAT token (#1006)
Browse files Browse the repository at this point in the history
* feat: rebrand SAT token

* chore: remove $ sign
  • Loading branch information
creed-victor committed Sep 16, 2024
1 parent 04f2b6f commit ef2f1ab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .changeset/green-forks-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'frontend': patch
'@sovryn/contracts': patch
'@sovryn/sdk': patch
---

SOV-4457: rebrand SAT token

Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ export const bobMainnet: AmbientLiquidityPool[] = [
),
new AmbientLiquidityPool(
'WBTC',
'SAT',
'satUSD',
ChainIds.BOB_MAINNET,
410,
'0x9C82eF04eC7FEB9E07a9f2Be23cc180753CE4612',
),
new AmbientLiquidityPool(
'USDT',
'SAT',
'satUSD',
ChainIds.BOB_MAINNET,
400,
'0x8C6a57d16B1ddAD730Fee27822284d085C106DbB',
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/contracts/assets/bob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const bob: Array<AssetDetails> = [
getIcon: async () => (await import('./icons/bob/powa')).default,
},
{
symbol: 'SAT',
symbol: 'satUSD',
address: '0x78fea795cbfcc5ffd6fb5b845a4f53d25c283bdb',
name: 'Satoshi Stablecoin',
decimals: 18,
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/src/swaps/smart-router/utils/ambient-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ const POOLS: Partial<Record<ChainIds, PoolWithIndex[]>> = {
['TBTC', 'SOV', 410],
['TBTC', 'WBTC', 400],
['POWA', 'SOV', 420],
['WBTC', 'SAT', 410],
['USDT', 'SAT', 400],
['WBTC', 'satUSD', 410],
['USDT', 'satUSD', 400],
],
[ChainIds.BOB_TESTNET]: [
['USDC', 'USDT', 36000],
Expand Down

0 comments on commit ef2f1ab

Please sign in to comment.