Skip to content

Commit

Permalink
Merge pull request #23 from Kolektivo-Labs/fix/display-weighted-pool-…
Browse files Browse the repository at this point in the history
…name

fix: address lowercase
  • Loading branch information
Another-DevX authored Jan 23, 2024
2 parents 6b1d092 + ca7ee7c commit 10d69bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/celo/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const pools: Pools = {
],
},
Factories: {
'0xEB1055c017a1427726F01368C8247649c5A79bF9': 'weightedPool', // Weighted v4
'0xeb1055c017a1427726f01368c8247649c5a79bf9': 'weightedPool', // Weighted v4
// '0x8ea89804145c007e7d226001a96955ad53836087': 'composableStablePool', // ComposableStable V4
// '0x956ccab09898c0af2aca5e6c229c3ad4e93d9288': 'composableStablePool',
// '0x6b1da720be2d11d95177ccfc40a917c2688f396c': 'erc4626Linear', // ERC4626 LinearPool
Expand Down

0 comments on commit 10d69bf

Please sign in to comment.