Skip to content

Commit

Permalink
Merge pull request #17 from pancakeswap/add-syrop-pool
Browse files Browse the repository at this point in the history
feat: add new ARB syrup pool
  • Loading branch information
chef-cannoli authored Aug 9, 2024
2 parents 65ab844 + a560e32 commit 44039fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pools/constants/pools/42161.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ export const arbPool: SerializedPool[] = [
contractAddress: "0xD2e71125ec0313874d578454E28086fba7444c0c",
tokenPerSecond: 0.0310019841,
},
{
sousId: 6,
stakingToken: arbTokens.alp,
earningToken: arbTokens.arb,
contractAddress: "0x97E3384447B52A63374EBA93cb36e02a20633926",
tokenPerSecond: 0.0310019841,
},
].map((p) => ({
...p,
contractAddress: getAddress(p.contractAddress) as `0x${string}`,
Expand Down

0 comments on commit 44039fa

Please sign in to comment.