Skip to content

Commit

Permalink
remove across bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Mar 31, 2023
1 parent d9be67e commit 1368a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
11 changes: 0 additions & 11 deletions packages/boba/gateway/src/containers/ecosystem/project.list.js
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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,
Expand Down
12 changes: 0 additions & 12 deletions packages/boba/gateway/src/util/bobaBridges.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1368a4c

Please sign in to comment.