Skip to content

Commit

Permalink
remove gamma pairs from farm and add new quick as routing token in zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
totop716 committed Jul 16, 2023
1 parent 6346601 commit c9866ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ export const GammaPairs: {
address: '0xfe4bb996926aca85c9747bbec886ec2a3f510c66',
token0Address: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270',
token1Address: '0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f',
ableToFarm: true,
pid: 36,
},
{
Expand All @@ -635,7 +634,6 @@ export const GammaPairs: {
address: '0x2e18b825b049c4994370b0db6c35d0100295b96c',
token0Address: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270',
token1Address: '0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f',
ableToFarm: true,
pid: 37,
},
],
Expand Down Expand Up @@ -684,7 +682,6 @@ export const GammaPairs: {
address: '0xf6bE87Ae8976f50DCd231d42580e430CF6133400',
token0Address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
token1Address: '0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f',
ableToFarm: true,
pid: 42,
},
{
Expand Down Expand Up @@ -847,7 +844,6 @@ export const GammaPairs: {
address: '0x8557dac2a7724712f12952de3dabeef54459bd97',
token0Address: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270',
token1Address: '0x0e9b89007eee9c958c0eda24ef70723c2c93dd58',
ableToFarm: true,
pid: 58,
},
],
Expand Down Expand Up @@ -1077,7 +1073,6 @@ export const GammaPairs: {
address: '0xc491c1b173e932e97d9f739ccd9ae5b6d5fce4ce',
token0Address: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
token1Address: '0xffa188493c15dfaf2c206c97d8633377847b6a52',
ableToFarm: true,
pid: 80,
},
],
Expand Down
9 changes: 9 additions & 0 deletions src/constants/v3/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const QUICK_ADDRESS: AddressMap = {

export const NEW_QUICK_ADDRESS: AddressMap = {
[ChainId.MATIC]: '0xB5C064F955D8e7F38fE0460C556a72987494eE17',
[ChainId.ZKEVM]: '0x68286607A1d43602d880D349187c3c48c0fD05E6',
};

export const DL_QUICK_ADDRESS: AddressMap = {
Expand Down Expand Up @@ -349,6 +350,13 @@ export const NEW_QUICK: { [chainId: number]: Token } = {
'QUICK',
'QuickSwap(NEW)',
),
[ChainId.ZKEVM]: new Token(
ChainId.ZKEVM,
NEW_QUICK_ADDRESS[ChainId.ZKEVM],
18,
'QUICK',
'QuickSwap(NEW)',
),
};

export const OLD_DQUICK: { [chainId: number]: Token } = {
Expand Down Expand Up @@ -830,6 +838,7 @@ export const V3_BASES_TO_CHECK_TRADES_AGAINST: {
toV3Token(MATIC[ChainId.ZKEVM]),
toV3Token(DAI[ChainId.ZKEVM]),
toV3Token(WBTC[ChainId.ZKEVM]),
toV3Token(NEW_QUICK[ChainId.ZKEVM]),
],
};

Expand Down

0 comments on commit c9866ca

Please sign in to comment.