Skip to content

Commit

Permalink
Merge pull request #1920 from SwaprHQ/add-OpenOcean-to-marquee
Browse files Browse the repository at this point in the history
feat:add openocean to marquee
  • Loading branch information
0xVenky authored Mar 27, 2024
2 parents 20493e1 + a4681ed commit 18c50ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/images/routing-OpenOcean.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/utils/uiConstants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import RoutingDFYN from './../assets/images/routing-DFYN.svg'
import RoutingHoneySwap from './../assets/images/routing-HoneySwap.svg'
import RoutingLevinSwap from './../assets/images/routing-Levinswap.svg'
import RoutingLifi from './../assets/images/routing-Lifi.svg'
import RoutingOpenOcean from './../assets/images/routing-OpenOcean.svg'
import RoutingPancakeSwap from './../assets/images/routing-Pancakeswap.svg'
import RoutingQuickSwap from './../assets/images/routing-Quickswap.svg'
import RoutingSushiSwap from './../assets/images/routing-SushiSwap.svg'
Expand Down Expand Up @@ -116,6 +117,10 @@ export const RoutingThroughContent = {
title: 'Levinswap',
img: RoutingLevinSwap,
},
{
title: 'OpenOcean',
img: RoutingOpenOcean,
},
{
title: 'PancakeSwap',
img: RoutingPancakeSwap,
Expand Down

0 comments on commit 18c50ac

Please sign in to comment.