From 3fbe854273d3535e1bf8a4d8cb10679f42a1bfa9 Mon Sep 17 00:00:00 2001 From: Gareth Fuller Date: Thu, 6 Jun 2024 19:51:33 +0100 Subject: [PATCH] chore: Add pool type labels --- src/lib/config/fraxtal/pools.ts | 5 ++++- src/lib/config/mode/pools.ts | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lib/config/fraxtal/pools.ts b/src/lib/config/fraxtal/pools.ts index 152613ef92..db9caaf190 100644 --- a/src/lib/config/fraxtal/pools.ts +++ b/src/lib/config/fraxtal/pools.ts @@ -32,7 +32,10 @@ const pools: Pools = { Weighted: { AllowList: [], }, - Factories: {}, + Factories: { + '0x4bdcc2fb18aeb9e2d281b0278d946445070eada7': 'composableStablePool', + '0x9da18982a33fd0c7051b19f0d7c76f2d5e7e017c': 'weightedPool', + }, Stakable: { VotingGaugePools: [], AllowList: [], diff --git a/src/lib/config/mode/pools.ts b/src/lib/config/mode/pools.ts index 152613ef92..48fb212ac0 100644 --- a/src/lib/config/mode/pools.ts +++ b/src/lib/config/mode/pools.ts @@ -32,7 +32,10 @@ const pools: Pools = { Weighted: { AllowList: [], }, - Factories: {}, + Factories: { + '0x5dbad78818d4c8958eff2d5b95b28385a22113cd': 'composableStablePool', + '0xc3ccace87f6d3a81724075adcb5ddd85a8a1bb68': 'weightedPool', + }, Stakable: { VotingGaugePools: [], AllowList: [],