Skip to content

Commit

Permalink
Feat: Add base-sepolia support (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: dcota <[email protected]>
  • Loading branch information
0xdcota and 0xdcota committed Mar 16, 2024
1 parent 16fbcac commit aeedbef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ethereum-viewer/src/explorer/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const explorerApiUrls = {
cronoscan: "https://api.cronoscan.com/api",
basescan: "https://api.basescan.org/api",
"goerli.basescan": "https://api-goerli.basescan.org/",
"sepolia.basescan": "https://api-sepolia.basescan.org/api",
gnosisscan: "https://api.gnosisscan.io/api",
};

Expand Down Expand Up @@ -60,6 +61,7 @@ export const networkNames: Record<ApiName, string> = {
cronoscan: "cronos",
basescan: "basescan",
"goerli.basescan": "basescanGoerli",
"sepolia.basescan": "basescanSepolia",
gnosisscan: "gnosisscan",
};

Expand Down Expand Up @@ -109,6 +111,7 @@ export const explorerApiKeys: Record<ApiName, string> = {

basescan: BASESCAN_KEY,
"goerli.basescan": BASESCAN_KEY,
"sepolia.basescan": BASESCAN_KEY,

gnosisscan: GNOSISSCAN_KEY,
};

0 comments on commit aeedbef

Please sign in to comment.