Skip to content

Commit

Permalink
Merge pull request #16 from pancakeswap/new-pool
Browse files Browse the repository at this point in the history
feat: add new ARB syrup pool
  • Loading branch information
chef-cannoli authored Jul 12, 2024
2 parents 1c9d8dd + 90e6aa9 commit 65ab844
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 @@ -32,6 +32,13 @@ export const arbPool: SerializedPool[] = [
contractAddress: "0xCe10072E051DA9B8e297AC439B3d7c5C45A32c8f",
tokenPerSecond: 0.0310019841,
},
{
sousId: 5,
stakingToken: arbTokens.alp,
earningToken: arbTokens.arb,
contractAddress: "0xD2e71125ec0313874d578454E28086fba7444c0c",
tokenPerSecond: 0.0310019841,
},
].map((p) => ({
...p,
contractAddress: getAddress(p.contractAddress) as `0x${string}`,
Expand Down

0 comments on commit 65ab844

Please sign in to comment.