Skip to content

Commit

Permalink
Merge pull request #306 from nova577metaverse/master
Browse files Browse the repository at this point in the history
add mantle scan
  • Loading branch information
vrtnd authored Nov 25, 2024
2 parents f6ec934 + 8e4267c commit 18e834c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/orbiter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const adapter: BridgeAdapter = {
bsc: constructParams("bsc"),
taiko: constructParams("taiko"),
bitlayer: constructParams("btr"),
// mantle: constructParams("mantle"), // no etherscan
mantle: constructParams("mantle"),
// zkfair: constructParams("zkfair"), // no etherscan
// bsquared: constructParams("b2-mainnet"), // no etherscan
// bouncebit: constructParams("bouncebit-mainnet"), // no etherscan
Expand Down
2 changes: 2 additions & 0 deletions src/helpers/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const endpoints = {
era: "https://api-era.zksync.network",
zklink: "https://explorer-api.zklink.io",
taiko: "https://api.taikoscan.io",
mantle: "https://api.mantlescan.xyz",
} as { [chain: string]: string };

const apiKeys = {
Expand All @@ -42,6 +43,7 @@ const apiKeys = {
polygon_zkevm: "XKFP275U27W7AI4NGUIT7VGEQ179P4XA1S",
era: "9HJZA6X8DEJ46WHMM2UEJ5WCXPG31C7EWI",
taiko: "DYUMJ7MP38G6TFY173JA2E9DJ9TXYI1RYD",
mantle: "K3J4M6QYEIFN1GRAQFIN7RT5UYXC3BAPXH"
} as { [chain: string]: string };

export const getTxsBlockRangeEtherscan = async (
Expand Down

0 comments on commit 18e834c

Please sign in to comment.