Skip to content

Commit

Permalink
chore: Add pool type labels
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jun 6, 2024
1 parent 06be82d commit 3fbe854
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/lib/config/fraxtal/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ const pools: Pools = {
Weighted: {
AllowList: [],
},
Factories: {},
Factories: {
'0x4bdcc2fb18aeb9e2d281b0278d946445070eada7': 'composableStablePool',
'0x9da18982a33fd0c7051b19f0d7c76f2d5e7e017c': 'weightedPool',
},
Stakable: {
VotingGaugePools: [],
AllowList: [],
Expand Down
5 changes: 4 additions & 1 deletion src/lib/config/mode/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ const pools: Pools = {
Weighted: {
AllowList: [],
},
Factories: {},
Factories: {
'0x5dbad78818d4c8958eff2d5b95b28385a22113cd': 'composableStablePool',
'0xc3ccace87f6d3a81724075adcb5ddd85a8a1bb68': 'weightedPool',
},
Stakable: {
VotingGaugePools: [],
AllowList: [],
Expand Down

0 comments on commit 3fbe854

Please sign in to comment.