Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Aug 31, 2023
1 parent 127095f commit 81f399c
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 102 deletions.
174 changes: 86 additions & 88 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,87 @@
{
"name": "@1hive/quests-hardhat",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^14.14.22",
"@types/ramda": "^0.27.38",
"chai": "^4.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"mocha": "^9.1.1",
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.14",
"ts-generator": "^0.1.1",
"ts-node": "^10.2.1",
"typechain-target-ethers-v5": "^5.0.1",
"typescript": "^4.2.2"
},
"dependencies": {
"@eth-optimism/hardhat-ovm": "0.2.2",
"@ethersproject/hardware-wallets": "^5.0.14",
"@ethersproject/solidity": "^5.0.9",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.9.2",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@openzeppelin/hardhat-upgrades": "^1.0.0",
"@tenderly/hardhat-tenderly": "1.0.10",
"@typechain/ethers-v5": "^5.0.0",
"chalk": "^4.1.0",
"cross-var": "^1.1.0",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.0.0",
"ganache-cli": "^6.12.2",
"hardhat": "2.17.0",
"hardhat-deploy": "^0.9.0",
"hardhat-typechain": "^0.3.5",
"node-watch": "^0.7.0",
"qrcode-terminal": "^0.12.0",
"ramda": "^0.27.1",
"solidity-coverage": "0.8.2",
"typechain": "^4.0.0"
},
"scripts": {
"chain": "hardhat node --hostname 0.0.0.0 --network hardhat --no-deploy --show-accounts",
"fork": "dotenv -- cross-var hardhat node --no-deploy --network hardhat --fork https://mainnet.infura.io/v3/%INFURA_ID%",
"test": "hardhat test --network hardhat",
"test-coverage": "hardhat coverage --network localhost --testfiles \"test/*.test.ts\" --solcoverjs ./test/coverage.solcover.ts",
"compile": "hardhat compile",
"deploy": "hardhat deploy",
"deploy:rinkeby": "hardhat deploy --network rinkeby",
"deploy:goerli": "hardhat deploy --network goerli",
"deploy:gnosis": "hardhat deploy --network xdai",
"deploy:local": "hardhat deploy",
"deploy-all:goerli": "hardhat deployAll:goerli --network goerli",
"deploy-all:gnosis": "hardhat deployAll:goerli --network xdai",
"queue-config:goerli": "hardhat generateGovernQueueConfig:goerli",
"queue-config:gnosis": "hardhat generateGovernQueueConfig:gnosis",
"queue-grant:gnosis": "hardhat grantGovernQueue --network xdai",
"queue-grant:goerli": "hardhat grantGovernQueue --network goerli",
"deploy-all:local": "hardhat deployAll:goerli",
"deploy-questFactory:goerli": "hardhat newQuestFactory:goerli --network goerli",
"deploy-questFactory:gnosis": "hardhat newQuestFactory:gnosis --network xdai",
"console": "hardhat console",
"watch": "node scripts/watch.js",
"accounts": "hardhat accounts",
"balance": "hardhat balance",
"send": "hardhat send",
"generate": "hardhat generate",
"account": "hardhat account",
"verify:rinkeby": "hardhat verify-quests-contracts --network rinkeby",
"verify:goerli": "hardhat verify-quests-contracts --network goerli",
"ci": "yarn install --pure-lockfile --immutable --skip-builds"
}
}
"name": "@1hive/quests-hardhat",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@eth-optimism/hardhat-ovm": "0.2.2",
"@ethersproject/hardware-wallets": "^5.0.14",
"@ethersproject/solidity": "^5.0.9",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.9.2",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"@openzeppelin/hardhat-upgrades": "^1.0.0",
"@tenderly/hardhat-tenderly": "1.0.10",
"@typechain/ethers-v5": "^5.0.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^14.14.22",
"@types/ramda": "^0.27.38",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"cross-var": "^1.1.0",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.0.0",
"ganache-cli": "^6.12.2",
"hardhat": "2.17.0",
"hardhat-deploy": "^0.9.0",
"hardhat-typechain": "^0.3.5",
"mocha": "^9.1.1",
"node-watch": "^0.7.0",
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.14",
"qrcode-terminal": "^0.12.0",
"ramda": "^0.27.1",
"solidity-coverage": "0.8.4",
"ts-generator": "^0.1.1",
"ts-node": "^10.2.1",
"typechain": "^4.0.0",
"typechain-target-ethers-v5": "^5.0.1",
"typescript": "^4.2.2"
},
"scripts": {
"chain": "hardhat node --hostname 0.0.0.0 --network hardhat --no-deploy --show-accounts",
"fork": "dotenv -- cross-var hardhat node --no-deploy --network hardhat --fork https://mainnet.infura.io/v3/%INFURA_ID%",
"test": "hardhat test --network hardhat",
"test-coverage": "hardhat coverage --network localhost --testfiles \"test/*.test.ts\" --solcoverjs ./test/coverage.solcover.ts",
"compile": "hardhat compile",
"deploy": "hardhat deploy",
"deploy:rinkeby": "hardhat deploy --network rinkeby",
"deploy:goerli": "hardhat deploy --network goerli",
"deploy:gnosis": "hardhat deploy --network xdai",
"deploy:local": "hardhat deploy",
"deploy-all:goerli": "hardhat deployAll:goerli --network goerli",
"deploy-all:gnosis": "hardhat deployAll:goerli --network xdai",
"queue-config:goerli": "hardhat generateGovernQueueConfig:goerli",
"queue-config:gnosis": "hardhat generateGovernQueueConfig:gnosis",
"queue-grant:gnosis": "hardhat grantGovernQueue --network xdai",
"queue-grant:goerli": "hardhat grantGovernQueue --network goerli",
"deploy-all:local": "hardhat deployAll:goerli",
"deploy-questFactory:goerli": "hardhat newQuestFactory:goerli --network goerli",
"deploy-questFactory:gnosis": "hardhat newQuestFactory:gnosis --network xdai",
"console": "hardhat console",
"watch": "node scripts/watch.js",
"accounts": "hardhat accounts",
"balance": "hardhat balance",
"send": "hardhat send",
"generate": "hardhat generate",
"account": "hardhat account",
"verify:rinkeby": "hardhat verify-quests-contracts --network rinkeby",
"verify:goerli": "hardhat verify-quests-contracts --network goerli",
"ci": "yarn install --pure-lockfile --immutable --skip-builds"
}
}
2 changes: 1 addition & 1 deletion packages/hardhat/typechain/factories/ERC20__factory.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/hardhat/typechain/factories/Quest__factory.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/hardhat/typechain/factories/TokenMock__factory.ts

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5853,10 +5853,10 @@
dependencies:
antlr4ts "^0.5.0-alpha.4"

"@solidity-parser/parser@^0.14.1":
version "0.14.5"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.14.5.tgz#87bc3cc7b068e08195c219c91cd8ddff5ef1a804"
integrity sha512-6dKnHZn7fg/iQATVEzqyUOyEidbn05q7YA2mQ9hC0MMXhhV3/JrsxmFSYZAcr7j1yUP700LLhTruvJ3MiQmjJg==
"@solidity-parser/parser@^0.16.0":
version "0.16.1"
resolved "https://registry.npmjs.org/@solidity-parser/parser/-/parser-0.16.1.tgz#f7c8a686974e1536da0105466c4db6727311253c"
integrity sha512-PdhRFNhbTtu3x8Axm0uYpqOy/lODYQK+MlYSgqIsq2L8SFYEHJPHNUiOTAJbDGzNjjr1/n9AcIayxafR/fWmYw==
dependencies:
antlr4ts "^0.5.0-alpha.4"

Expand Down Expand Up @@ -25010,13 +25010,13 @@ solidity-comments-extractor@^0.0.7:
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==

[email protected].2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.2.tgz#bc39604ab7ce0a3fa7767b126b44191830c07813"
integrity sha512-cv2bWb7lOXPE9/SSleDO6czkFiMHgP4NXPj+iW9W7iEKLBk7Cj0AGBiNmGX3V1totl9wjPrT0gHmABZKZt65rQ==
[email protected].4:
version "0.8.4"
resolved "https://registry.npmjs.org/solidity-coverage/-/solidity-coverage-0.8.4.tgz#c57a21979f5e86859c5198de9fbae2d3bc6324a5"
integrity sha512-xeHOfBOjdMF6hWTbt42iH4x+7j1Atmrf5OldDPMxI+i/COdExUxszOswD9qqvcBTaLGiOrrpnh9UZjSpt4rBsg==
dependencies:
"@ethersproject/abi" "^5.0.9"
"@solidity-parser/parser" "^0.14.1"
"@solidity-parser/parser" "^0.16.0"
chalk "^2.4.2"
death "^1.1.0"
detect-port "^1.3.0"
Expand Down

0 comments on commit 81f399c

Please sign in to comment.