File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 146
146
"name" : " Renzo Restaked ETH" ,
147
147
"symbol" : " EZETH" ,
148
148
"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 " ,
150
150
"meta" : {}
151
151
},
152
152
{
948
948
"meta" : {}
949
949
},
950
950
{
951
- "addressInfo" : " 0x6StatusCodes.NOT_FOUND7dd3288276d70a4f8b5df54668c8403f877f " ,
951
+ "addressInfo" : " 0x64047dd3288276d70a4f8b5df54668c8403f877f " ,
952
952
"chainId" : 1 ,
953
953
"name" : " Amphor Restaked BTC" ,
954
954
"symbol" : " amphrBTC" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export async function runPipeline(
42
42
if ( result . response ) break
43
43
}
44
44
45
- // console.log(allResults)
45
+ console . log ( allResults )
46
46
47
47
const finalResult = allResults . pop ( )
48
48
if ( ! finalResult )
Original file line number Diff line number Diff line change @@ -693,12 +693,8 @@ export async function encodeMTBILLDepositInstant(
693
693
amountOut = ( depositAmount * MTBILL_USD_PRICE_ONE ) / mTBILLPriceUSD
694
694
} else {
695
695
amountIn = amount
696
- console . log ( "amountIn: " , amountIn )
697
696
depositAmount = amountIn * scale
698
- console . log ( "depositAmount: " , depositAmount )
699
697
amountOut = ( depositAmount * MTBILL_USD_PRICE_ONE ) / mTBILLPriceUSD
700
- console . log ( "mTBILLPriceUSD: " , mTBILLPriceUSD )
701
- console . log ( "amountOut: " , amountOut )
702
698
}
703
699
704
700
const depositInstantData = encodeFunctionData ( {
You can’t perform that action at this time.
0 commit comments