Skip to content

Commit

Permalink
chore: fix SDM-USDT ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 9, 2024
1 parent 9e30084 commit 9f42a2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,7 @@
"billType": "liquidity",
"billVersion": "V2",
"lpToken": {
"symbol": "SDM-BNB",
"symbol": "SDM-USDT",
"address": {
"56": "0x6a8D03773779cD3eD6fEeC4f0059a76932909Baf"
},
Expand Down
4 changes: 2 additions & 2 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5192,8 +5192,8 @@
"56": "https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725"
}
},
"sdmBnb_Ichi": {
"symbol": "SDM-BNB",
"sdmUsdt_Ichi": {
"symbol": "SDM-USDT",
"address": {
"56": "0x6a8D03773779cD3eD6fEeC4f0059a76932909Baf"
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ const bills: BillsConfig[] = [
},
billType: 'liquidity',
billVersion: BillVersion.V2,
lpToken: tokens.sdmBnb_Ichi,
lpToken: tokens.sdmUsdt_Ichi,
earnToken: tokens.sdm,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
Expand Down
4 changes: 2 additions & 2 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5042,8 +5042,8 @@ const tokens: Record<string, Token> = {
[ChainId.BSC]: 'https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725',
},
},
sdmBnb_Ichi: {
symbol: 'SDM-BNB',
sdmUsdt_Ichi: {
symbol: 'SDM-USDT',
address: {
[ChainId.BSC]: '0x6a8D03773779cD3eD6fEeC4f0059a76932909Baf',
},
Expand Down

0 comments on commit 9f42a2f

Please sign in to comment.