Skip to content

Commit 989d1f3

Browse files
committed
update base config
1 parent 7fa1e85 commit 989d1f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/common/utils/contractBook.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ const contractBook: any = {
55
abi: require("./abi/Swapper.json"),
66
address: {
77
[chains.mainnet.id]: "0x2Bba09866b6F1025258542478C39720A09B728bF",
8-
[chains.base.id]: "0xfb2833cB343602BaE5EB41bbF3345f75bb4Dd152",
8+
[chains.base.id]: "0x0D3d0F97eD816Ca3350D627AD8e57B6AD41774df",
99
[chains.polygon.id]: "0x3e43F3CE1C364722df6470381Fa1F15ffbFB37E3",
1010
},
1111
},
1212
swapVerifier: {
1313
abi: require("./abi/SwapVerifier.json"),
1414
address: {
1515
[chains.mainnet.id]: "0xae26485ACDDeFd486Fe9ad7C2b34169d360737c7",
16-
[chains.base.id]: "0x344Eb43866838207c2dd6e03553CC370a98042C7",
16+
[chains.base.id]: "0x30660764A7a05B84608812C8AFC0Cb4845439EEe",
1717
[chains.polygon.id]: "0x50C5ca05E916459F32c517932f1b4D78fb11018F",
1818
},
1919
},

src/swapService/config/base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ const baseRoutingConfig: ChainRoutingConfig = [
1717
sourcesFilter: {
1818
includeSources: [
1919
"kyberswap",
20-
"paraswap",
20+
// "paraswap",
2121
"odos",
2222
"1inch",
2323
"li-fi",
2424
"open-ocean",
25-
"conveyor",
25+
// "conveyor",
2626
"uniswap",
2727
],
2828
},

0 commit comments

Comments
 (0)