@@ -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