hardhat-deploy
Advanced tools
Comparing version 0.11.18 to 0.11.19
@@ -199,2 +199,5 @@ "use strict"; | ||
break; | ||
case '421613': | ||
host = 'https://api-goerli.arbiscan.io'; | ||
break; | ||
case '43113': | ||
@@ -201,0 +204,0 @@ host = 'https://api-testnet.snowtrace.io'; |
{ | ||
"name": "hardhat-deploy", | ||
"version": "0.11.18", | ||
"version": "0.11.19", | ||
"description": "Hardhat Plugin For Replicable Deployments And Tests", | ||
@@ -5,0 +5,0 @@ "repository": "github:wighawag/hardhat-deploy", |
@@ -223,2 +223,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
break; | ||
case '421613': | ||
host = 'https://api-goerli.arbiscan.io'; | ||
break; | ||
case '43113': | ||
@@ -225,0 +228,0 @@ host = 'https://api-testnet.snowtrace.io'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11480881
159493