Skip to content

Commit

Permalink
fix: default Curve lite Pool Creation to always show
Browse files Browse the repository at this point in the history
  • Loading branch information
amytsang committed Nov 14, 2024
1 parent a1a4d77 commit 6003714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/main/src/store/createNetworksSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ const createNetworksSlice = (set: SetState<State>, get: GetState<State>): Networ
...getBaseNetworksConfig(Number(chainId), config),
...DEFAULT_NETWORK_CONFIG,
chainId,
hasFactory: true,
isLite: true,
}
return prev
Expand Down

0 comments on commit 6003714

Please sign in to comment.