delvtech / hyperdrive-frontend

A monorepo of apps and packages for the Hyperdrive AMM.
https://hyperdrive.box
Apache License 2.0
9 stars 1 forks source link

Create multi-chain AppConfig #1356

Closed DannyDelott closed 1 month ago

DannyDelott commented 1 month ago

We want to show multi-chain pools in a single UI. We can build this out today by having a single "mainnet + sepolia" appconfig and making any necessary refactors in the UI to go from supporting 1 -> 2 chains. See #1355 for additional the groundwork.

Then we can replace sepolia with any L2 we like.

DannyDelott commented 1 month ago

Closed in #1367