Skip to content

Commit

Permalink
Merge pull request #218 from cc7768/cc7768/across_mode
Browse files Browse the repository at this point in the history
ENH: Add Mode to Across adapter
  • Loading branch information
vrtnd authored Jun 14, 2024
2 parents 5e95fa2 + 3b7a03c commit 5bd2f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/adapters/across/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ const contracts = {
linea: {
spokePoolv2p5: "0x7E63A5f1a8F0B4d0934B2f2327DAED3F6bb2ee75",
},
mode: {
spokePoolv2p5: "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
},
} as const;

type SupportedChains = keyof typeof contracts;
Expand Down Expand Up @@ -221,6 +224,7 @@ const adapter: BridgeAdapter = {
"zksync era": constructParams("era"),
base: constructParams("base"),
linea: constructParams("linea"),
mode: constructParams("mode"),
};

export default adapter;

0 comments on commit 5bd2f33

Please sign in to comment.