Skip to content

Commit

Permalink
Add Sepolia support (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdcota committed Nov 21, 2023
1 parent 974c05d commit 16fbcac
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 @@ -7,6 +7,7 @@ export const explorerApiUrls = {
"rinkeby.etherscan": "https://api-rinkeby.etherscan.io/api",
"goerli.etherscan": "https://api-goerli.etherscan.io/api",
"kovan.etherscan": "https://api-kovan.etherscan.io/api",
"sepolia.etherscan": "https://api-sepolia.etherscan.io/api",
bscscan: "https://api.bscscan.com/api",
"testnet.bscscan": "https://api-testnet.bscscan.com/api",
hecoinfo: "https://api.hecoinfo.com/api",
Expand Down Expand Up @@ -41,6 +42,7 @@ export const networkNames: Record<ApiName, string> = {
"rinkeby.etherscan": "rinkeby",
"goerli.etherscan": "goerli",
"kovan.etherscan": "kovan",
"sepolia.etherscan": "sepolia",
bscscan: "bsc",
"testnet.bscscan": "bscTestnet",
hecoinfo: "heco",
Expand Down Expand Up @@ -80,6 +82,7 @@ export const explorerApiKeys: Record<ApiName, string> = {
"rinkeby.etherscan": ETHERSCAN_KEY,
"goerli.etherscan": ETHERSCAN_KEY,
"kovan.etherscan": ETHERSCAN_KEY,
"sepolia.etherscan": ETHERSCAN_KEY,

"optimistic.etherscan": OPTIMISM_KEY,
"kovan-optimistic.etherscan": OPTIMISM_KEY,
Expand Down

0 comments on commit 16fbcac

Please sign in to comment.