Skip to content

Instantly share code, notes, and snippets.

@NateBrune
Created June 5, 2022 20:14
Show Gist options
  • Save NateBrune/1c751546b5efcc6d52bef85991b990af to your computer and use it in GitHub Desktop.
Save NateBrune/1c751546b5efcc6d52bef85991b990af to your computer and use it in GitHub Desktop.
pools optimism
export const optimismPools = [
{
id: 'WETH-OP-ZIPSWAP',
logo: 'tokens/ZIP.webp',
name: 'ZIPSWAP OP-WETH',
token: 'WETH-OP-ZS',
shortToken: 'WETH',
tokenDescription: 'ZipSwap',
tokenAddress: '0x167dc49c498729223D1565dF3207771B4Ee19853', // want token
tokenDecimals: 18,
tokenDescriptionUrl: 'https://zipswap.fi/#/',
earnedToken: 'cWETH-OP-ZS',
earnedTokenDecimals: 18,
earnedTokenAddress: '0xc2b615fad2a8649aFa9CC98f3C373536437f4956',
earnContractAddress: '0xc2b615fad2a8649aFa9CC98f3C373536437f4956',
tvl: 0,
oracle: 'lps',
oracleId: 'zipswap-weth-op',
oraclePrice: 0,
depositsPaused: false,
status: 'active',
platform: 'zipswap',
assets: ['WETH', 'OP'],
callFee: 0.05,
withdrawalFee: '0.0%',
buyTokenUrl: 'https://optimistic.etherscan.io/address/0x167dc49c498729223D1565dF3207771B4Ee19853',
lowLiquidity: false,
collateralCap: false,
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment