Skip to content

Commit

Permalink
Merge pull request #26 from lgingerich/master
Browse files Browse the repository at this point in the history
add zkSync Era to Meson Bridge
  • Loading branch information
vrtnd authored Sep 19, 2023
2 parents e6cc380 + 1e5600f commit fa92401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/adapters/meson/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const adapter: BridgeAdapter = {
arbitrum: constructParams("arbitrum"),
optimism: constructParams("optimism"),
aurora: constructParams("aurora"),
"zksync era": constructParams("era"),
};

export default adapter;
export default adapter;
3 changes: 2 additions & 1 deletion src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,10 @@ export default [
iconLink: "icons:meson",
largeTxThreshold: 10000,
url: "",
chains: ["Ethereum", "Polygon", "Fantom", "Avalanche", "Arbitrum", "Optimism", "Aurora", "BSC"],
chains: ["Ethereum", "Polygon", "Fantom", "Avalanche", "Arbitrum", "Optimism", "Aurora", "BSC", "zkSync Era"],
chainMapping: {
avalanche: "avax",
"zksync era": "era",
},
},
{
Expand Down

0 comments on commit fa92401

Please sign in to comment.