Skip to content

Commit

Permalink
Add pancakeswap to the provider list (#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk authored Jun 10, 2024
1 parent aebfd71 commit 0cb22f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app.fluidity.money/app/util/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export const getProviderDisplayName = (name?: string): Provider => {
return "Lifi";
case "odos":
return "Odos";
case "pancakeswap":
return "Pancakeswap";
case "fluidity":
case "spl":
case "none":
Expand Down

0 comments on commit 0cb22f6

Please sign in to comment.