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

Onboarding: Rename connectors pallet to liquidityPools (prep for chain upgrade) #1555

Merged
merged 5 commits into from
Sep 6, 2023

Conversation

sophialittlejohn
Copy link
Collaborator

Description

This pull request...

Closes #

Approvals

  • Dev
  • Dev
  • Designer
  • Product

Screenshots

Impact

@github-actions
Copy link

github-actions bot commented Aug 29, 2023

PR deployed in Google Cloud
URL: https://app-pr1555.k-f.dev
Commit #: f0b31b6
To access the functions directly check the corresponding deploy Action

@@ -16,7 +16,6 @@ export function filterPools(pools: PoolCardProps[], searchParams: URLSearchParam
filtered = filtered.filter(
(pool) => pool.status && (poolStatuses.size ? poolStatuses.has(toKebabCase(pool.status)) : pool.status !== 'Closed')
)
console.log('filtered', filtered)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

@sophialittlejohn sophialittlejohn enabled auto-merge (squash) September 6, 2023 19:09
@sophialittlejohn sophialittlejohn merged commit 2f6f481 into main Sep 6, 2023
9 checks passed
@sophialittlejohn sophialittlejohn deleted the onboarding/prepare-for-chain-upgrade branch September 6, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants