Skip to content

Commit

Permalink
Add Frog's Stable Pools
Browse files Browse the repository at this point in the history
  • Loading branch information
MirthFutures committed Aug 25, 2022
1 parent acedc24 commit 980a0f3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"bsc:ape:add": "ts-node scripts/add-farm.ts --network bsc --project ape",
"bsc:biswap:add": "ts-node scripts/add-farm.ts --network bsc --project biswap",
"bsc:omni:add": "ts-node scripts/add-omni.ts --network bsc --project omni",
"bsc:cone:add": "ts-node scripts/add-solidly.ts --network bsc --project cone --newFee true",
"fantom:spooky:add": "ts-node scripts/add-farm.ts --network fantom --project spooky",
"fantom:sushi:add": "ts-node scripts/add-sushi.ts --network fantom --project sushiFtm",
"polygon:quick:add": "ts-node scripts/add-quick.ts --network polygon --project quick",
Expand Down
40 changes: 40 additions & 0 deletions src/data/coneStableLpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
[
{
"name": "cone-usdt-usdc",
"address": "0x68ddA7c12f792E17C747A627d41153c103310D74",
"gauge": "0x32258f716720EA65d6ae11B0AaF1692CDefe6f9F",
"decimals": "1e18",
"chainId": 56,
"beefyFee": 0.095,
"lp0": {
"address": "0x55d398326f99059fF775485246999027B3197955",
"oracle": "tokens",
"oracleId": "USDT",
"decimals": "1e18"
},
"lp1": {
"address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
"oracle": "tokens",
"oracleId": "USDC",
"decimals": "1e18"
}
},
{
"name": "cone-usdc-busd",
"address": "0xF9D8A57c4F0bE3BDc6857Ee568F6B23FF9c4d1c6",
"gauge": "0x44c890Fcfd2D2cdfDa40aCaCa715375C6DA57821",
"decimals": "1e18",
"chainId": 56,
"beefyFee": 0.095,
"lp0": {
"address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
"oracle": "tokens",
"oracleId": "USDC",
"decimals": "1e18"
},
"lp1": {
"address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
"oracle": "tokens",
"oracleId": "BUSD",
"decimals": "1e18"
}
},
{
"name": "cone-tusd-busd",
"address": "0xbC16f0a31f2EAc3029C0F991bf4E05CD13bb9Ab7",
Expand Down

0 comments on commit 980a0f3

Please sign in to comment.