File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11
11
* - Holesky Testnet (``holesky``)
12
12
* - Arbitrum (``arbitrum``)
13
13
* - Arbitrum Goerli Testnet (``arbitrum-goerli``)
14
+ * - Base (``base``)
15
+ * - Base Sepolia Testnet (``base-sepolia``)
14
16
* - BNB Smart Chain Mainnet (``bnb``)
15
17
* - BNB Smart Chain Testnet (``bnbt``)
16
18
* - Optimism (``optimism``)
@@ -171,6 +173,10 @@ export class EtherscanProvider extends AbstractProvider {
171
173
return "https:/\/api.arbiscan.io" ;
172
174
case "arbitrum-goerli" :
173
175
return "https:/\/api-goerli.arbiscan.io" ;
176
+ case "base" :
177
+ return "https:/\/api.basescan.org" ;
178
+ case "base-sepolia" :
179
+ return "https:/\/api-sepolia.basescan.org" ;
174
180
case "bnb" :
175
181
return "https:/\/api.bscscan.com" ;
176
182
case "bnbt" :
You can’t perform that action at this time.
0 commit comments