etherscan-api
Advanced tools
Comparing version 10.2.0 to 10.2.1
@@ -6,5 +6,9 @@ const MAIN_API_URL = 'https://api.etherscan.io'; | ||
rinkeby: 'https://api-rinkeby.etherscan.io', | ||
goerli: 'https://api-goerli.etherscan.io', | ||
sepolia: 'https://api-sepolia.etherscan.io', | ||
homestead: 'https://api.etherscan.io', | ||
arbitrum: 'https://api.arbiscan.io', | ||
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io' | ||
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io', | ||
avalanche:'https://api.snowtrace.io', | ||
avalanche_fuji: 'https://api-testnet.snowtrace.io', | ||
}; | ||
@@ -25,2 +29,2 @@ | ||
module.exports = pickChainUrl; | ||
module.exports = pickChainUrl; |
{ | ||
"name": "etherscan-api", | ||
"version": "10.2.0", | ||
"version": "10.2.1", | ||
"description": "API to etherscan with a simple interface", | ||
@@ -38,9 +38,9 @@ "main": "index.js", | ||
"browserify": "17.0.0", | ||
"chai": "4.3.6", | ||
"jshint": "2.13.4", | ||
"mocha": "10.0.0", | ||
"watch": "0.13.0" | ||
"chai": "4.3.7", | ||
"jshint": "2.13.6", | ||
"mocha": "10.2.0", | ||
"watch": "1.0.2" | ||
}, | ||
"dependencies": { | ||
"axios": "0.27.2", | ||
"axios": "1.2.2", | ||
"gh-pages": "4.0.0", | ||
@@ -47,0 +47,0 @@ "querystring": "0.2.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183640
5487
+ Addedaxios@1.2.2(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedaxios@1.2.2