Skip to content

Commit

Permalink
Merge pull request #339 from rjt-uma/patch-3
Browse files Browse the repository at this point in the history
re-add chains to BridgeAdapter
  • Loading branch information
vrtnd authored Feb 10, 2025
2 parents e269411 + 920a3e9 commit 454ebf3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/adapters/across/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,16 +313,16 @@ const constructParams = (chain: SupportedChains) => {

const adapter: BridgeAdapter = {
ethereum: constructParams("ethereum"),
// optimism: constructParams("optimism"),
// polygon: constructParams("polygon"),
// "zksync era": constructParams("era"),
optimism: constructParams("optimism"),
polygon: constructParams("polygon"),
"zksync era": constructParams("era"),
// lisk: constructParams("lisk"),
// base: constructParams("base"),
// mode: constructParams("mode"),
// arbitrum: constructParams("arbitrum"),
// linea: constructParams("linea"),
// blast: constructParams("blast"),
// scroll: constructParams("scroll"),
base: constructParams("base"),
mode: constructParams("mode"),
arbitrum: constructParams("arbitrum"),
linea: constructParams("linea"),
blast: constructParams("blast"),
scroll: constructParams("scroll"),
};

export default adapter;

0 comments on commit 454ebf3

Please sign in to comment.