Skip to content

Commit

Permalink
add new gamma pairs in zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
totop716 committed Jul 18, 2023
1 parent a1cc2f8 commit 35ffb1e
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,57 @@ export const GammaPairs: {
pid: 17,
},
],
'0x1e4a5963abfd975d8c9021ce480b42188849d41d-0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9': [
{
type: Presets.GAMMA_NARROW,
title: 'Narrow',
address: '0xB5F43c2206e3cAFEcd62651F5FcE9091A0207488',
token0Address: '0x1e4a5963abfd975d8c9021ce480b42188849d41d',
token1Address: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9',
ableToFarm: true,
pid: 18,
},
{
type: Presets.GAMMA_WIDE,
title: 'Wide',
address: '0xA163C591B04242121A2aC9753A8526F63D576F9A',
token0Address: '0x1e4a5963abfd975d8c9021ce480b42188849d41d',
token1Address: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9',
ableToFarm: true,
pid: 19,
},
],
'0x1e4a5963abfd975d8c9021ce480b42188849d41d-0xa2036f0538221a77a3937f1379699f44945018d0': [
{
type: Presets.GAMMA_NARROW,
title: 'Narrow',
address: '0x1E97925c365cd96D74Ec55A04569915c4D65e5e0',
token0Address: '0x1e4a5963abfd975d8c9021ce480b42188849d41d',
token1Address: '0xa2036f0538221a77a3937f1379699f44945018d0',
ableToFarm: true,
pid: 20,
},
{
type: Presets.GAMMA_WIDE,
title: 'Wide',
address: '0xd582226B586Ab06f3Bf9353f0F2B8618a3544719',
token0Address: '0x1e4a5963abfd975d8c9021ce480b42188849d41d',
token1Address: '0xa2036f0538221a77a3937f1379699f44945018d0',
ableToFarm: true,
pid: 21,
},
],
'0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9-0xcf7ecee185f19e2e970a301ee37f93536ed66179': [
{
type: Presets.GAMMA_STABLE,
title: 'Stable',
address: '0x911bfbaca43f117e52197ae62d439d6a645c8886',
token0Address: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9',
token1Address: '0xcf7ecee185f19e2e970a301ee37f93536ed66179',
ableToFarm: true,
pid: 22,
},
],
},
};

Expand Down

0 comments on commit 35ffb1e

Please sign in to comment.