Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
swappools: add Harmony JEWEL LP
Browse files Browse the repository at this point in the history
  • Loading branch information
bleaker0x committed Apr 6, 2022
1 parent fd30223 commit 84c1418
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/swappools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,20 @@ export namespace SwapPools {
swapAddress: "0x00A4F57D926781f62D09bb05ec76e6D8aE4268da"
});

export const HARMONY_JEWEL_SWAP_TOKEN = new SwapToken({
name: "Jewel LP Token Harmony ",
symbol: "JEWELP",
decimals: 18,
addresses: {
[ChainId.HARMONY]: "0x0000000000000000000000000000000000000000"
},
poolId: 0,
poolType: SwapType.JEWEL,
poolName: "Harmony Jewel Swap Pool ",
poolTokens: [Tokens.JEWEL, Tokens.SYN_JEWEL],
swapAddress: "0x7bE461cce1501f07969BCE24Ccb2140fCA0a35b3"
});

const makeSingleTokenPool = (t: Token): LPToken => ({poolTokens: [t], swapType: t.swapType});

const
Expand Down

0 comments on commit 84c1418

Please sign in to comment.