Skip to content

Commit

Permalink
chore: Update points (#5870)
Browse files Browse the repository at this point in the history
* chore: Update points meta

* chore: Undo key change
  • Loading branch information
garethfuller authored Jun 25, 2024
1 parent c81881c commit 4cd90a8
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 2 deletions.
56 changes: 56 additions & 0 deletions src/lib/config/arbitrum/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,62 @@ const pools: Pools = {
},
],
},
'0x7272163a931dac5bbe1cb5fefaf959bb65f7346f000200000000000000000549': {
points: [
{
protocol: Protocol.Gyro,
multiple: '5',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
'0x6e822c64c00393b2078f2a5bb75c575ab505b55c000200000000000000000548': {
points: [
{
protocol: Protocol.Gyro,
multiple: '5',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
'0xef0c116a2818a5b1a5d836a291856a321f43c2fb00020000000000000000053a': {
points: [
{
protocol: Protocol.Gyro,
multiple: '1',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
'0x395aad0582cd035c6c75ae32043bb83423ddd6f800020000000000000000054c': {
points: [
{
protocol: Protocol.Gyro,
multiple: '5',
description:
'LPs in this pool earn 5x SPIN on the GYD portion (equivalently 1x on pool TVL) of the pool',
},
],
},
'0x90e6cb5249f5e1572afbf8a96d8a1ca6acffd73900000000000000000000055c': {
points: [
{
protocol: Protocol.Kelp,
multiple: '2',
description:
'LPs earn 2x miles. The Miles boost increases rewards based on the total pool capital, not just rsETH. Your daily Kelp Miles value is calculated by multiplying the effective rsETH balance by 10,000 times the boost value. Your Miles are then distributed based on your share of the liquidity pool.',
},
{
protocol: Protocol.Eigenlayer,
multiple: '1',
description:
'LPs in this pool get their share of Eigenlayer points depending on assets deposited in the pool.',
},
],
},
},
Deep: [
'0x077794c30afeccdf5ad2abc0588e8cee7197b71a000000000000000000000352', // bb-rf-usd (arbitrum)
Expand Down
10 changes: 10 additions & 0 deletions src/lib/config/mainnet/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,16 @@ const pools: Pools = {
},
],
},
'0xae2d97cbbc13b67988eced2aba0f6939655ed3de00020000000000000000068b': {
points: [
{
protocol: Protocol.Gyro,
multiple: '5',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
},
Deep: [
'0x7b50775383d3d6f0215a8f290f2c9e2eebbeceb20000000000000000000000fe', // bb-a-USD1 (mainnet)
Expand Down
14 changes: 13 additions & 1 deletion src/lib/config/polygon/pools.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { PoolWarning, Pools } from '@/types/pools';
import { Network } from '../types';
import { CSP_ISSUE_POOL_IDS } from '@/constants/pool-lists/csp-issue';
import { Protocol } from '@/composables/useProtocols';

const pools: Pools = {
IdsMap: {
Expand Down Expand Up @@ -802,7 +803,18 @@ const pools: Pools = {
'0xe6d8fcd23ed4e417d7e9d1195edf2ca634684e0e000200000000000000000caf',
],
},
Metadata: {},
Metadata: {
'0xee278d943584dd8640eaf4cc6c7a5c80c0073e85000200000000000000000bc7': {
points: [
{
protocol: Protocol.Gyro,
multiple: '1',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
},
Deep: [
'0x48e6b98ef6329f8f0a30ebb8c7c960330d64808500000000000000000000075b', // bb-am-USD (polygon)
'0xb54b2125b711cd183edd3dd09433439d5396165200000000000000000000075e', // miMATIC/bb-am-USD (polygon)
Expand Down
44 changes: 43 additions & 1 deletion src/lib/config/zkevm/pools.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { CSP_ISSUE_POOL_IDS } from '@/constants/pool-lists/csp-issue';
import { PoolWarning, Pools, RiskKey } from '@/types/pools';
import { Network } from '../types';
import { Protocol } from '@/composables/useProtocols';

const pools: Pools = {
IdsMap: {},
Expand Down Expand Up @@ -100,7 +101,48 @@ const pools: Pools = {
'0xa4475aa0a6971e3cc82de08e9ce432ecc8a562ad000200000000000000000029',
],
},
Metadata: {},
Metadata: {
'0xf596ac9c9b60f9c555b8290c2b039c275396afb4000200000000000000000068': {
points: [
{
protocol: Protocol.Gyro,
multiple: '5',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
'0xd4ec150896f1784b5be2b3af460d2cb2b8c0f522000200000000000000000069': {
points: [
{
protocol: Protocol.Gyro,
multiple: '5',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
'0xe58cd0c79cdff6252476b3445bee1400503e0ae0000200000000000000000066': {
points: [
{
protocol: Protocol.Gyro,
multiple: '1',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
'0x9f826c576b1f821df31ca6d58c9443db25a81d65000200000000000000000064': {
points: [
{
protocol: Protocol.Gyro,
multiple: '1',
description:
'LPs in this pool earn Gyroscope SPIN on the TVL of the pool.',
},
],
},
},
Deep: [
'0x68a69c596b3839023c0e08d09682314f582314e5000200000000000000000011',
'0xe274c9deb6ed34cfe4130f8d0a8a948dea5bb28600000000000000000000000d',
Expand Down

0 comments on commit 4cd90a8

Please sign in to comment.