Skip to content

Commit

Permalink
fix keys
Browse files Browse the repository at this point in the history
  • Loading branch information
allush committed Aug 23, 2023
1 parent ec4d3fd commit 7bbb4d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adapters/symbiosis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ const adapter: BridgeAdapter = {
optimism: constructParams("optimism"),
"arbitrum nova": constructParams("arbitrum_nova"),
"polygon zkevm": constructParams("polygon_zkevm"),
"linea": constructParams("linea"),
"base": constructParams("base"),
"mantle": constructParams("mantle"),
linea: constructParams("linea"),
base: constructParams("base"),
mantle: constructParams("mantle"),
};

export default adapter;

0 comments on commit 7bbb4d5

Please sign in to comment.