File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/swapService/strategies Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ export class CustomUniswapQuoteSource extends AlwaysValidConfigAndContextSource<
148148
149149 // Update calldata and gas estimate
150150 calldata = multicallData !
151- gasUseEstimate = BigInt ( gasUseEstimate ) + 12_500n ;
151+ gasUseEstimate = BigInt ( gasUseEstimate ) + 12_500n
152152 }
153153
154154 const quote = {
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ export class StubGasPriceSource implements IGasPriceSource<GasValues> {
2626 }
2727
2828 getGasPrice < Requirements extends FieldsRequirements < GasValues > > ( ) {
29- console . log ( "GET GAS PRICE" ) ;
30- console . trace ( ) ;
3129 return Promise . resolve ( {
3230 standard : {
3331 maxFeePerGas : 0 ,
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ import {
4242} from "../utils"
4343import { CustomSourceList } from "./aggregators/customSourceList"
4444import pendleAggregators from "./aggregators/sources/pendle/pendleAggregators.json"
45- import { TokenlistMetadataSource } from "./aggregators/tokenlistMetadataSource"
4645import { StubGasPriceSource } from "./aggregators/stubGasPriceSource"
46+ import { TokenlistMetadataSource } from "./aggregators/tokenlistMetadataSource"
4747
4848const DAO_MULTISIG = "0xcAD001c30E96765aC90307669d578219D4fb1DCe"
4949const DEFAULT_TIMEOUT = "30000"
You can’t perform that action at this time.
0 commit comments