Skip to content

Commit

Permalink
Fix sUSDCe oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
MirthFutures committed Dec 27, 2024
1 parent 36c5591 commit ffc0564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/address-book/src/address-book/sonic/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export const tokens = {
},
USDCe: {
name: 'Bridged USDC (Sonic Labs)',
symbol: 'sUSDC.e',
oracleId: 'sUSDC.e',
symbol: 'USDC.e',
oracleId: 'sUSDCe',
address: '0x29219dd400f2Bf60E5a23d13Be72B486D4038894',
chainId: 146,
decimals: 6,
Expand Down
4 changes: 2 additions & 2 deletions src/data/sonic/equalizerLpPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lp1": {
"address": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
"oracle": "tokens",
"oracleId": "sUSDC.e",
"oracleId": "sUSDCe",
"decimals": "1e6"
}
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"lp0": {
"address": "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
"oracle": "tokens",
"oracleId": "sUSDC.e",
"oracleId": "sUSDCe",
"decimals": "1e6"
},
"lp1": {
Expand Down

0 comments on commit ffc0564

Please sign in to comment.