Last active
July 23, 2021 00:58
-
-
Save mosqueiro/f29b32fd8a5237d066c87dc586bf6b1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const polygonPools = [ | |
| /* | |
| { | |
| id: 'polygon-zefi', | |
| logo: 'single-assets/ZEFI.png', | |
| name: 'ZEFI Polygon', | |
| token: 'ZEFI', | |
| tokenDescription: 'ZCore Finance', | |
| tokenAddress: '0xCaf870DaD882b00F4b20D714Bbf7fceADA5E4195', | |
| tokenDecimals: 18, | |
| tokenDescriptionUrl: '#', | |
| earnedToken: 'zvPolygonZEFI', | |
| earnedTokenAddress: '0x4b36DA770cCE0A50e13F407A2C8B46d9D041d6Cb', | |
| earnContractAddress: '0x4b36DA770cCE0A50e13F407A2C8B46d9D041d6Cb', | |
| pricePerFullShare: 1, | |
| tvl: 0, | |
| oracle: 'tokens', | |
| oracleId: 'ZEFI', | |
| oraclePrice: 0, | |
| depositsPaused: false, | |
| status: 'active', | |
| platform: 'ZCore Finance', | |
| assets: ['ZEFI'], | |
| callFee: 0.05, | |
| withdrawalFee: '0.05%', | |
| performanceFee: '0.5%', | |
| buyTokenUrl: | |
| 'https://quickswap.exchange/#/swap?inputCurrency=0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619&outputCurrency=0xCaf870DaD882b00F4b20D714Bbf7fceADA5E4195', | |
| }, | |
| */ | |
| { | |
| id: 'polygon-zefi', | |
| logo: 'single-assets/ZEFI.png', | |
| name: 'ZEFI (Polygon)', | |
| token: 'ZEFI', | |
| tokenDescription: 'ZCore Vaults', | |
| tokenAddress: '0xCaf870DaD882b00F4b20D714Bbf7fceADA5E4195', | |
| tokenDecimals: 18, | |
| tokenDescriptionUrl: '#', | |
| earnedToken: 'zvZEFI', | |
| earnedTokenAddress: '0x2b40ddFADD05b7DA64DA49087c58bC0Cc7d8228C', | |
| earnContractAddress: '0x2b40ddFADD05b7DA64DA49087c58bC0Cc7d8228C', | |
| pricePerFullShare: 1, | |
| tvl: 0, | |
| oracle: 'tokens', | |
| oracleId: 'ZEFI', | |
| oraclePrice: 0, | |
| depositsPaused: false, | |
| status: 'active', | |
| platform: 'ZCore Finance', | |
| assets: ['ZEFI'], | |
| callFee: 0.05, | |
| withdrawalFee: '0.05%', | |
| performanceFee: '0.05%', | |
| buyTokenUrl: | |
| 'https://quickswap.exchange/#/swap?inputCurrency=ETH&outputCurrency=0xcaf870dad882b00f4b20d714bbf7fceada5e4195', | |
| }, | |
| { | |
| id: 'zefi-matic', | |
| name: 'ZEFI-MATIC', | |
| token: 'ZEFI-MATIC', | |
| tokenDescription: 'QuickSwap', | |
| tokenAddress: '0xD6BC1680Fe03A55d564130B36B5A11b8BbDed365', | |
| tokenDecimals: 18, | |
| tokenDescriptionUrl: '#', | |
| earnedToken: 'zvZEFI-MATIC', | |
| earnedTokenAddress: '0x37970637A6b3FA9924C274c9CFc47C0C430d7864', | |
| earnContractAddress: '0x37970637A6b3FA9924C274c9CFc47C0C430d7864', | |
| pricePerFullShare: 1, | |
| tvl: 0, | |
| oracle: 'lps', | |
| oracleId: 'zefi-matic', | |
| oraclePrice: 0, | |
| depositsPaused: false, | |
| status: 'active', | |
| platform: 'QuickSwap', | |
| assets: ['ZEFI', 'MATIC'], | |
| callFee: 0, | |
| withdrawalFee: '0%', | |
| performanceFee: '0%', | |
| addLiquidityUrl: | |
| 'https://quickswap.exchange/#/add/ETH/0xCaf870DaD882b00F4b20D714Bbf7fceADA5E4195', | |
| buyTokenUrl: | |
| 'https://quickswap.exchange/#/swap?inputCurrency=ETH&outputCurrency=0xCaf870DaD882b00F4b20D714Bbf7fceADA5E4195', | |
| }, | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment