Skip to content

Commit

Permalink
Merge pull request #4 from The-Poolz/issue-3
Browse files Browse the repository at this point in the history
update ironblocs version
  • Loading branch information
YouStillAlive authored Jun 10, 2024
2 parents 760c08e + dac08c2 commit 7c3e624
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: "0.8.19",
version: "0.8.25",
settings: {
evmVersion: "istanbul",
optimizer: {
Expand All @@ -21,6 +21,7 @@ const config: HardhatUserConfig = {
},
networks: {
hardhat: {
allowUnlimitedContractSize: true,
blockGasLimit: 130_000_000,
},
bscTestnet: {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"solidity-coverage": "^0.8.7"
},
"dependencies": {
"@ironblocks/firewall-consumer": "^1.0.5",
"@ironblocks/firewall-consumer": "^1.0.11",
"@openzeppelin/contracts": "^4.8.3",
"@poolzfinance/poolz-helper-v2": "^2.3.5",
"@poolzfinance/lockdeal-nft": "^0.8.0"
"@poolzfinance/lockdeal-nft": "^0.9.0"
}
}

0 comments on commit 7c3e624

Please sign in to comment.