File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ const contractBook: any = {
5
5
abi : require ( "./abi/Swapper.json" ) ,
6
6
address : {
7
7
[ chains . mainnet . id ] : "0x2Bba09866b6F1025258542478C39720A09B728bF" ,
8
- [ chains . base . id ] : "0xfb2833cB343602BaE5EB41bbF3345f75bb4Dd152 " ,
8
+ [ chains . base . id ] : "0x0D3d0F97eD816Ca3350D627AD8e57B6AD41774df " ,
9
9
[ chains . polygon . id ] : "0x3e43F3CE1C364722df6470381Fa1F15ffbFB37E3" ,
10
10
} ,
11
11
} ,
12
12
swapVerifier : {
13
13
abi : require ( "./abi/SwapVerifier.json" ) ,
14
14
address : {
15
15
[ chains . mainnet . id ] : "0xae26485ACDDeFd486Fe9ad7C2b34169d360737c7" ,
16
- [ chains . base . id ] : "0x344Eb43866838207c2dd6e03553CC370a98042C7 " ,
16
+ [ chains . base . id ] : "0x30660764A7a05B84608812C8AFC0Cb4845439EEe " ,
17
17
[ chains . polygon . id ] : "0x50C5ca05E916459F32c517932f1b4D78fb11018F" ,
18
18
} ,
19
19
} ,
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ const baseRoutingConfig: ChainRoutingConfig = [
17
17
sourcesFilter : {
18
18
includeSources : [
19
19
"kyberswap" ,
20
- "paraswap" ,
20
+ // "paraswap",
21
21
"odos" ,
22
22
"1inch" ,
23
23
"li-fi" ,
24
24
"open-ocean" ,
25
- "conveyor" ,
25
+ // "conveyor",
26
26
"uniswap" ,
27
27
] ,
28
28
} ,
You can’t perform that action at this time.
0 commit comments