Skip to content

Commit

Permalink
solve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 14, 2023
2 parents 12e598a + b9746bb commit dc7aace
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/dex/uniswap-v2/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,20 @@ export const Adapters: {
},
],
},
[Network.BASE]: {
[SwapSide.SELL]: [
{
name: 'BaseAdapter01',
index: 6,
},
],
[SwapSide.BUY]: [
{
name: 'BaseBuyAdapter',
index: 4,
},
],
},
};

export const UniswapV2Config: DexConfigMap<DexParams> = {
Expand Down Expand Up @@ -696,4 +710,13 @@ export const UniswapV2Config: DexConfigMap<DexParams> = {
feeCode: 30,
},
},
BaseSwap: {
[Network.BASE]: {
factoryAddress: '0xFDa619b6d20975be80A10332cD39b9a4b0FAa8BB',
initCode:
'0xb618a2730fae167f5f8ac7bd659dd8436d571872655bcb6fd11f2158c8a64a3b',
poolGasCost: 90 * 1000,
feeCode: 25,
},
},
};

0 comments on commit dc7aace

Please sign in to comment.