Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idle i-pools were incorrectly added to poolsToIgnore. #445

Merged
merged 1 commit into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions balancer-js/src/lib/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
poolsToIgnore: [
'0xbd482ffb3e6e50dc1c437557c3bea2b68f3683ee', // a pool made by an external dev who was playing with a novel rate provider mechanism in production.
'0x0afbd58beca09545e4fb67772faf3858e610bcd0',
'0x2ff1a9dbdacd55297452cfd8a4d94724bc22a5f7',
'0xbc0f2372008005471874e426e86ccfae7b4de79d',
'0xdba274b4d04097b90a72b62467d828cefd708037',
'0xf22ff21e17157340575158ad7394e068048dd98b',
'0xf71d0774b214c4cf51e33eb3d30ef98132e4dbaa',
],
Expand Down