Skip to content

Commit

Permalink
add new equalizer pools
Browse files Browse the repository at this point in the history
  • Loading branch information
schnarkus committed Jul 13, 2023
1 parent 86b0d34 commit 4a17b1d
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/address-book/address-book/fantom/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,18 @@ const _tokens = {
'USDC (LayerZero) is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
documentation: 'https://layerzero.gitbook.io/docs/',
},
lzUSDT: {
name: 'Tether USD',
symbol: 'lzUSDT',
address: '0xcc1b99dDAc1a33c201a742A1851662E87BC7f22C',
chainId: 250,
decimals: 6,
website: 'https://tether.to/en/transparency/#usdt',
bridge: 'layer-zero',
description:
'USDT (LayerZero) is a cryptocurrency that is designed to maintain a stable value equivalent to the US dollar by being backed by a one-to-one reserve ratio of fiat currency held in deposit by Tether Limited.',
documentation: 'https://layerzero.gitbook.io/docs/',
},
} as const;

export const tokens: ConstRecord<typeof _tokens, Token> = _tokens;
40 changes: 40 additions & 0 deletions src/data/fantom/equalizerV2LpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
[
{
"name": "equalizer-wftm-lzusdt",
"address": "0x853d0B5e504Ae6f6CeE8b5D89E9c1853C330E6E9",
"gauge": "0x77c74B8007d2139590D10Fe7E7A443b7Bd498a8E",
"decimals": "1e18",
"chainId": 250,
"beefyFee": 0.095,
"lp0": {
"address": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
"oracle": "tokens",
"oracleId": "WFTM",
"decimals": "1e18"
},
"lp1": {
"address": "0xcc1b99dDAc1a33c201a742A1851662E87BC7f22C",
"oracle": "tokens",
"oracleId": "lzUSDT",
"decimals": "1e6"
}
},
{
"name": "equalizer-wftm-lzusdc",
"address": "0x3D03EC9780298aF6F7c23Ec87Fd9456d277f71A0",
"gauge": "0x317423aD7238905355379d0b7655d7909d9Be77c",
"decimals": "1e18",
"chainId": 250,
"beefyFee": 0.095,
"lp0": {
"address": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
"oracle": "tokens",
"oracleId": "WFTM",
"decimals": "1e18"
},
"lp1": {
"address": "0x28a92dde19D9989F39A49905d7C9C2FAc7799bDf",
"oracle": "tokens",
"oracleId": "lzUSDC",
"decimals": "1e6"
}
},
{
"name": "equalizer-axlusdc-wftm",
"address": "0x77CfeE25570b291b0882F68Bac770Abf512c2b5C",
Expand Down
60 changes: 60 additions & 0 deletions src/data/fantom/equalizerV2StableLpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,64 @@
[
{
"name": "equalizer-axlusdc-frax",
"address": "0x58503d69ebfDf06095c2C9E122aa75EF80f89441",
"gauge": "0x07172f4268A339413A440322E1B05Bb2D73E4126",
"decimals": "1e18",
"chainId": 250,
"beefyFee": 0.095,
"lp0": {
"address": "0x1B6382DBDEa11d97f24495C9A90b7c88469134a4",
"oracle": "tokens",
"oracleId": "axlUSDC",
"decimals": "1e6"
},
"lp1": {
"address": "0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355",
"oracle": "tokens",
"oracleId": "FRAX",
"decimals": "1e18"
}
},
{
"name": "equalizer-axlusdc-lzusdt",
"address": "0xA1f10434c352F915EAe00A0F4bf2e14D230Afccd",
"gauge": "0x6a6661C69dA27aabfD7245f9b3C9a041a854d585",
"decimals": "1e18",
"chainId": 250,
"beefyFee": 0.095,
"lp0": {
"address": "0x1B6382DBDEa11d97f24495C9A90b7c88469134a4",
"oracle": "tokens",
"oracleId": "axlUSDC",
"decimals": "1e6"
},
"lp1": {
"address": "0xcc1b99dDAc1a33c201a742A1851662E87BC7f22C",
"oracle": "tokens",
"oracleId": "lzUSDT",
"decimals": "1e6"
}
},
{
"name": "equalizer-axlusdc-lzusdc",
"address": "0x3C4beB9a8D83c888D28f3CEF37e4ffF662caE9d7",
"gauge": "0x2fF532AC6B969bD6942d24BD44483888aCF17FBE",
"decimals": "1e18",
"chainId": 250,
"beefyFee": 0.095,
"lp0": {
"address": "0x1B6382DBDEa11d97f24495C9A90b7c88469134a4",
"oracle": "tokens",
"oracleId": "axlUSDC",
"decimals": "1e6"
},
"lp1": {
"address": "0x28a92dde19D9989F39A49905d7C9C2FAc7799bDf",
"oracle": "tokens",
"oracleId": "lzUSDC",
"decimals": "1e6"
}
},
{
"name": "equalizer-usdc-axlusdc",
"address": "0xBd0A41C397de1c0476b07b6AB20213F52524eE2e",
Expand Down

0 comments on commit 4a17b1d

Please sign in to comment.