Skip to content

Commit

Permalink
Merge pull request #5869 from balancer/gyro-gnosis
Browse files Browse the repository at this point in the history
config gyro pools on gnosis
  • Loading branch information
mendesfabio authored Jun 25, 2024
2 parents e716dfb + 1288e0e commit c77afca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/config/gnosis-chain/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const pools: Pools = {
'Investment',
'StablePhantom',
'ComposableStable',
'GyroE',
],
Stable: {
AllowList: [
Expand Down Expand Up @@ -99,6 +100,7 @@ const pools: Pools = {
'0xd87f44df0159dc78029ab9ca7d7e57e7249f5acd': 'composableStablePool', // ComposableStable V4
'0x4bdcc2fb18aeb9e2d281b0278d946445070eada7': 'composableStablePool', // ComposableStable V5
'0x47b489bf5836f83abd928c316f8e39bc0587b020': 'composableStablePool', // ComposableStable V6
'0x5d3be8aae57bf0d1986ff7766cc9607b6cc99b89': 'gyroE', // Gyro ECLP
},
Stakable: {
VotingGaugePools: [
Expand Down Expand Up @@ -163,6 +165,9 @@ const pools: Pools = {
description: 'deprecatedPool.hasNewPool.description',
},
},
BrandedRedirect: {
GyroE: 'gyro',
},
BoostedApr: [],
DisabledJoins: [...CSP_ISSUE_POOL_IDS[Network.GNOSIS]],
Issues: {
Expand Down

0 comments on commit c77afca

Please sign in to comment.