Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: delete bridge code #2017

Merged
merged 6 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions apps/base-docs/docs/pages/chain/bridges-mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ Brid.gg is another option that also helps you bridge ETH and supported assets be
- [Base Mainnet](https://brid.gg/base)
- [Base Sepolia (Testnet)](https://testnet.brid.gg/base-sepolia)

:::info

Coinbase Technologies, Inc., provides links to the above independent service providers for your convenience but assumes no responsibility for their operations. Any interactions with these providers are solely between you and the provider.
## Disclaimer

:::
Coinbase Technologies, Inc., provides links to these independent service providers for your
convenience but assumes no responsibility for their operations. Any interactions with these
providers are solely between you and the provider.

## Programmatic Bridging

Expand Down
35 changes: 0 additions & 35 deletions apps/bridge/.env.goerli.example

This file was deleted.

27 changes: 0 additions & 27 deletions apps/bridge/.env.mainnet.example

This file was deleted.

35 changes: 0 additions & 35 deletions apps/bridge/.env.sepolia.example

This file was deleted.

18 changes: 0 additions & 18 deletions apps/bridge/.eslintrc.js

This file was deleted.

25 changes: 0 additions & 25 deletions apps/bridge/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions apps/bridge/Dockerfile.example

This file was deleted.

1 change: 0 additions & 1 deletion apps/bridge/OWNERS

This file was deleted.

23 changes: 10 additions & 13 deletions apps/bridge/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Base Bridge App
# Base Bridge Has Been Deprecated

The Base Bridge App is a Next.js app.
In May 2024, the Base native bridge was deactivated.

## Getting started
Since its deactivation, bridge.base.org has served as a Next.js site displaying
a static page with bridging guidance. Going forward, bridge.base.org will redirect
to a new static markdown page hosted on docs.base.org. This update simplifies
maintenance and aligns with our ongoing efforts to streamline documentation.
For the latest bridging instructions, please refer to [docs.base.org](https://docs.base.org/chain/bridges-mainnet).

```shell
cd apps/bridge
cp .env.goerli.example .env.local
cd ../..
yarn workspace @app/bridge dev
```

### Wallet Connect Project ID

Additionally you will need to create a [Wallet Connect](https://walletconnect.org/) project and add the project ID to the `.env.local` file for the `WALLET_CONNECT_PROJECT_ID` env var.
[addition] If you wish to see the Base Bridge code you can review the `base/web`
repo at commit [b3dc865225339e943a14715acf30b9b2820b3dc0](https://github.com/base/web/tree/b3dc865225339e943a14715acf30b9b2820b3dc0/apps/bridge).
This code is not maintained and is provided as-is for educational purposes only.
Loading