Skip to content

Commit c6c85c2

Browse files
fix: megaETH explorer (#12)
* fix: megaeth explorer * fix: add changeset
1 parent 3c0d19d commit c6c85c2

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.changeset/spicy-rockets-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@bgd-labs/toolbox": patch
3+
---
4+
5+
Updates megaETH explorer

packages/toolbox/src/ecosystem/generated/etherscanExplorers.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ export const etherscanExplorers = {
116116
api: "https://api.etherscan.io/v2/api",
117117
explorer: "https://abscan.org/"
118118
},
119+
4326: {
120+
api: "https://api.etherscan.io/v2/api",
121+
explorer: "https://mega.etherscan.io/"
122+
},
119123
4352: {
120124
api: "https://api.etherscan.io/v2/api",
121125
explorer: "https://memecorescan.io/"
@@ -136,6 +140,10 @@ export const etherscanExplorers = {
136140
api: "https://api.etherscan.io/v2/api",
137141
explorer: "https://opbnb-testnet.bscscan.com/"
138142
},
143+
6342: {
144+
api: "https://api.etherscan.io/v2/api",
145+
explorer: "https://testnet-mega.etherscan.io/"
146+
},
139147
8453: {
140148
api: "https://api.etherscan.io/v2/api",
141149
explorer: "https://basescan.org/"
@@ -160,10 +168,6 @@ export const etherscanExplorers = {
160168
api: "https://api.etherscan.io/v2/api",
161169
explorer: "https://testnet.sonicscan.org/"
162170
},
163-
17000: {
164-
api: "https://api.etherscan.io/v2/api",
165-
explorer: "https://holesky.etherscan.io/"
166-
},
167171
33111: {
168172
api: "https://api.etherscan.io/v2/api",
169173
explorer: "https://curtis.apescan.io/"

0 commit comments

Comments
 (0)