Skip to content

Commit d43f9fb

Browse files
committed
fix: token list errors
1 parent 21e3ded commit d43f9fb

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/common/utils/tokenLIst_1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"name": "Renzo Restaked ETH",
147147
"symbol": "EZETH",
148148
"decimals": 18,
149-
"logoURI": "https://coin-images.coingecko.com/coins/images/34753/large/Ezeth_logo_circle.png?1713496StatusCodes.NOT_FOUND",
149+
"logoURI": "https://coin-images.coingecko.com/coins/images/34753/large/Ezeth_logo_circle.png?1713496404",
150150
"meta": {}
151151
},
152152
{
@@ -948,7 +948,7 @@
948948
"meta": {}
949949
},
950950
{
951-
"addressInfo": "0x6StatusCodes.NOT_FOUND7dd3288276d70a4f8b5df54668c8403f877f",
951+
"addressInfo": "0x64047dd3288276d70a4f8b5df54668c8403f877f",
952952
"chainId": 1,
953953
"name": "Amphor Restaked BTC",
954954
"symbol": "amphrBTC",

src/swapService/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function runPipeline(
4242
if (result.response) break
4343
}
4444

45-
// console.log(allResults)
45+
console.log(allResults)
4646

4747
const finalResult = allResults.pop()
4848
if (!finalResult)

src/swapService/strategies/strategyMTBILL.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,12 +693,8 @@ export async function encodeMTBILLDepositInstant(
693693
amountOut = (depositAmount * MTBILL_USD_PRICE_ONE) / mTBILLPriceUSD
694694
} else {
695695
amountIn = amount
696-
console.log("amountIn: ", amountIn)
697696
depositAmount = amountIn * scale
698-
console.log("depositAmount: ", depositAmount)
699697
amountOut = (depositAmount * MTBILL_USD_PRICE_ONE) / mTBILLPriceUSD
700-
console.log("mTBILLPriceUSD: ", mTBILLPriceUSD)
701-
console.log("amountOut: ", amountOut)
702698
}
703699

704700
const depositInstantData = encodeFunctionData({

0 commit comments

Comments
 (0)