Skip to content

Commit

Permalink
feat: add quick-gamma-bob-usdc-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hephyrius committed Aug 22, 2023
1 parent 0e7067d commit 3a1a4bf
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/address-book/address-book/polygon/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ const _tokens = {
logoURI: '',
documentation: 'https://docs.lido.fi/',
},
BOB: {
name: 'BOB',
address: '0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B',
symbol: 'BOB',
decimals: 18,
website: 'https://www.zkbob.com/',
documentation: 'https://www.zkbob.com/',
description:
'BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.',
chainId: 137,
logoURI: '',
},
MVX: {
name: 'MVX',
address: '0x2760E46d9BB43dafCbEcaad1F64b93207f9f0eD7',
Expand Down
27 changes: 27 additions & 0 deletions src/data/matic/quickGammaLpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
[
{
"name": "quick-gamma-bob-usdc-stable",
"address": "0x25B186eEd64ca5FDD1bc33fc4CFfd6d34069BAec",
"decimals": "1e18",
"beefyFee": 0.095,
"poolId": 53,
"chainId": 137,
"extraRewards": [
{
"rewarder": "0xc35f556C8Ac05FB484A703eE96A2f997F8CAC957",
"oracleId": "dQUICK",
"decimals": "1e18"
}
],
"lp0": {
"address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"oracle": "tokens",
"oracleId": "USDC",
"decimals": "1e6"
},
"lp1": {
"address": "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
"oracle": "tokens",
"oracleId": "BOB",
"decimals": "1e18"
}
},
{
"name": "quick-gamma-usdc-mimatic-stable",
"address": "0x25B186eEd64ca5FDD1bc33fc4CFfd6d34069BAec",
Expand Down

0 comments on commit 3a1a4bf

Please sign in to comment.