diff --git a/packages/boba/gateway/src/containers/ecosystem/project.list.js b/packages/boba/gateway/src/containers/ecosystem/project.list.js index 227ddf50de..ec95caaf6c 100644 --- a/packages/boba/gateway/src/containers/ecosystem/project.list.js +++ b/packages/boba/gateway/src/containers/ecosystem/project.list.js @@ -1,5 +1,4 @@ import { groupBy } from 'lodash' -import acrossLogo from '../../images/ecosystem/across.webp' import apeBoardLogo from '../../images/ecosystem/apeBoard.webp' import bandProtocolLogo from '../../images/ecosystem/bandProtocol.webp' import bobaApesLogo from '../../images/ecosystem/bobaapes.webp' @@ -445,16 +444,6 @@ export const projectList = [ "image": ontowalletLogo, "description": "Buy, store, swap, spend cryptocurrency and interact with DApps all in one gate." }, - { - "title": "Across", - "canLaunch": true, - "link": "https://across.to/", - "twitter": "https://twitter.com/AcrossProtocol", - "discord": "https://discord.gg/across", - "type": "bridge", - "image": acrossLogo, - "description": "Across is a fast, cheap, and secure bridge between L1 and L2s." - }, { "title": "UMA Protocol", "canLaunch": true, diff --git a/packages/boba/gateway/src/images/ecosystem/across.webp b/packages/boba/gateway/src/images/ecosystem/across.webp deleted file mode 100644 index 6ff5650ee4..0000000000 Binary files a/packages/boba/gateway/src/images/ecosystem/across.webp and /dev/null differ diff --git a/packages/boba/gateway/src/util/bobaBridges.js b/packages/boba/gateway/src/util/bobaBridges.js index 71a997df74..2bcf984116 100644 --- a/packages/boba/gateway/src/util/bobaBridges.js +++ b/packages/boba/gateway/src/util/bobaBridges.js @@ -27,18 +27,6 @@ export const bobaBridges = [ "MATIC" ] }, - { - "name": "Across", - "type": "ACROSS", - "link": "https://across.to/", - "tokens": [ - "ETH", - "BOBA", - "USDC", - "WBTC", - "UMA" - ] - }, { "name": "Celer", "type": "CELER",