Skip to content

Commit

Permalink
new pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamoskvin committed Mar 22, 2024
1 parent cf49c6d commit 16613bf
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/pages/Rewards/RewardPairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,42 @@ const pairs = [
tokenAddress: '0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8',
symbol: 'USDC'
}
},
{
rewardName: 'USDC/DAI',
poolAddress: '0x7582a77c9128e063c6f7d5a57acae969417f925904540edfac388bacaeb1fa6',
token0: {
tokenAddress: '0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8',
symbol: 'USDC'
},
token1: {
tokenAddress: '0x5574eb6b8789a91466f902c380d978e472db68170ff82a5b650b95a58ddf4ad',
symbol: 'DAI'
}
},
{
rewardName: 'WSTETH/ETH',
poolAddress: '0x70cda8400d7b1ee9e21f7194d320b9ad9c7a2b27e0d15a5a9967b9fefe10c76',
token0: {
tokenAddress: '0x42b8f0484674ca266ac5d08e4ac6a3fe65bd3129795def2dca5c34ecc5f96d2',
symbol: 'wstETH'
},
token1: {
tokenAddress: '0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
symbol: 'ETH'
}
},
{
rewardName: 'WBTC/ETH',
poolAddress: '0x260e98362e0949fefff8b4de85367c035e44f734c9f8069b6ce2075ae86b45c',
token0: {
tokenAddress: '0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac',
symbol: 'WBTC'
},
token1: {
tokenAddress: '0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
symbol: 'ETH'
}
}
]

Expand Down

0 comments on commit 16613bf

Please sign in to comment.