@redstone-finance/evm-connector
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -7,2 +7,4 @@ "use strict"; | ||
require("@typechain/hardhat"); | ||
// You need to export an object to set up your config | ||
// Go to https://hardhat.org/config/ to learn more | ||
const config = { | ||
@@ -14,3 +16,3 @@ solidity: { | ||
enabled: true, | ||
runs: 10000, | ||
runs: 10000, // it slightly increases gas for contract deployment but decreases for user interactions | ||
}, | ||
@@ -24,3 +26,3 @@ }, | ||
mocha: { | ||
timeout: 300000, | ||
timeout: 300000, // 300 seconds | ||
}, | ||
@@ -27,0 +29,0 @@ networks: { |
{ | ||
"name": "@redstone-finance/evm-connector", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"prettier": "redstone-prettier-config", | ||
@@ -16,5 +16,5 @@ "description": "A tool to inject RedStone data into EVM compatible smart contracts", | ||
"@chainlink/contracts": "^0.6.1", | ||
"@openzeppelin/contracts": "4.8.1", | ||
"@redstone-finance/protocol": "^0.3.3", | ||
"@redstone-finance/sdk": "^0.3.3", | ||
"@openzeppelin/contracts": "^4.8.1", | ||
"@redstone-finance/protocol": "^0.3.4", | ||
"@redstone-finance/sdk": "^0.3.4", | ||
"axios": "^1.5.1", | ||
@@ -29,3 +29,3 @@ "ethers": "^5.7.2" | ||
"@nomiclabs/hardhat-waffle": "^2.0.5", | ||
"@openzeppelin/contracts-upgradeable": "^4.6.0", | ||
"@openzeppelin/contracts-upgradeable": "^4.8.3", | ||
"@typechain/ethers-v5": "^10.2.0", | ||
@@ -39,3 +39,3 @@ "@typechain/hardhat": "^6.1.2", | ||
"ethereum-waffle": "^4.0.10", | ||
"hardhat": "^2.14.0", | ||
"hardhat": "^2.17.2", | ||
"hardhat-gas-reporter": "^1.0.9", | ||
@@ -42,0 +42,0 @@ "msw": "^1.2.1" |
{ | ||
"name": "@redstone-finance/evm-connector", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"prettier": "redstone-prettier-config", | ||
@@ -16,5 +16,5 @@ "description": "A tool to inject RedStone data into EVM compatible smart contracts", | ||
"@chainlink/contracts": "^0.6.1", | ||
"@openzeppelin/contracts": "4.8.1", | ||
"@redstone-finance/protocol": "^0.3.4", | ||
"@redstone-finance/sdk": "^0.3.4", | ||
"@openzeppelin/contracts": "^4.8.1", | ||
"@redstone-finance/protocol": "^0.3.5", | ||
"@redstone-finance/sdk": "^0.3.5", | ||
"axios": "^1.5.1", | ||
@@ -29,3 +29,3 @@ "ethers": "^5.7.2" | ||
"@nomiclabs/hardhat-waffle": "^2.0.5", | ||
"@openzeppelin/contracts-upgradeable": "^4.6.0", | ||
"@openzeppelin/contracts-upgradeable": "^4.8.3", | ||
"@typechain/ethers-v5": "^10.2.0", | ||
@@ -39,3 +39,3 @@ "@typechain/hardhat": "^6.1.2", | ||
"ethereum-waffle": "^4.0.10", | ||
"hardhat": "^2.14.0", | ||
"hardhat": "^2.17.2", | ||
"hardhat-gas-reporter": "^1.0.9", | ||
@@ -51,3 +51,3 @@ "msw": "^1.2.1" | ||
}, | ||
"gitHead": "6f86fac1dd222332fa915cfadc259320e1e385d0" | ||
"gitHead": "0734562b87b431ca6af7dfc1f553788d2b5db924" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
3576417
757
36877
46
+ Added@openzeppelin/contracts@4.9.6(transitive)
- Removed@openzeppelin/contracts@4.8.1(transitive)
Updated@redstone-finance/sdk@^0.3.5