-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
134 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,74 @@ | ||
{ | ||
"name": "@safe-global/safe-core-protocol-demo", | ||
"version": "0.1.0-alpha.0", | ||
"description": "'Demo of Safe{Core} Protocol contracts", | ||
"main": "dist/index.js", | ||
"repository": "git@github.com:5afe/safe-core-protocol-demo.git", | ||
"author": "safe.global", | ||
"license": "LGPL-3.0", | ||
"scripts": { | ||
"build": "hardhat compile", | ||
"test": "hardhat test", | ||
"coverage": "hardhat coverage", | ||
"fmt:sol": "prettier 'contracts/**/*.sol' -w", | ||
"fmt:ts": "prettier 'test/**/*.ts' -w", | ||
"fmt": "yarn fmt:ts && yarn fmt:sol", | ||
"lint": "yarn lint:sol && yarn lint:ts", | ||
"lint:sol": "solhint 'contracts/**/*.sol'", | ||
"lint:ts": "eslint 'test/**/*.ts' --max-warnings 0 --fix", | ||
"typechain": "TS_NODE_TRANSPILE_ONLY=true hardhat typechain", | ||
"postinstall": "yarn typechain", | ||
"deploy": "hardhat deploy --network", | ||
"register-plugin": "hardhat register-plugin --network", | ||
"list-plugins": "hardhat list-plugins --network", | ||
"prepack": "yarn build" | ||
}, | ||
"devDependencies": { | ||
"@gelatonetwork/relay-context": "^2.1.0", | ||
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2", | ||
"@nomicfoundation/hardhat-ethers": "^3.0.4", | ||
"@nomicfoundation/hardhat-network-helpers": "^1.0.9", | ||
"@nomicfoundation/hardhat-toolbox": "^3.0.0", | ||
"@nomicfoundation/hardhat-verify": "^1.1.1", | ||
"@openzeppelin/contracts": "^4.9.3", | ||
"@safe-global/mock-contract": "^4.1.0", | ||
"@safe-global/safe-contracts": "^1.4.1-build.0", | ||
"@safe-global/safe-core-protocol": "^0.2.1-alpha.0", | ||
"@safe-global/safe-singleton-factory": "^1.0.15", | ||
"@typechain/ethers-v6": "^0.5.0", | ||
"@typechain/hardhat": "^9.0.0", | ||
"@types/chai": "^4.3.6", | ||
"@types/mocha": ">=9.1.0", | ||
"@types/node": ">=20.5.9", | ||
"@types/yargs": "^17.0.24", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"chai": "^4.3.8", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"ethers": "^6.7.1", | ||
"hardhat": "^2.17.2", | ||
"hardhat-deploy": "^0.11.37", | ||
"hardhat-gas-reporter": "^1.0.8", | ||
"hardhat-typechain": "^0.3.5", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-solidity": "^1.1.3", | ||
"solhint": "^3.6.2", | ||
"solhint-plugin-prettier": "^0.0.5", | ||
"solidity-coverage": "^0.8.4", | ||
"ts-node": ">=8.0.0", | ||
"typechain": "^8.3.1", | ||
"typescript": "~5.2.2", | ||
"yargs": "^17.7.2" | ||
}, | ||
"files": [ | ||
"contracts", | ||
"dist", | ||
"scripts", | ||
"test", | ||
"artifacts" | ||
] | ||
} | ||
"name": "@safe-global/safe-core-protocol-demo", | ||
"version": "0.1.0-alpha.0", | ||
"description": "'Demo of Safe{Core} Protocol contracts", | ||
"main": "dist/index.js", | ||
"repository": "git@github.com:5afe/safe-core-protocol-demo.git", | ||
"author": "safe.global", | ||
"license": "LGPL-3.0", | ||
"scripts": { | ||
"build": "hardhat compile", | ||
"test": "hardhat test", | ||
"coverage": "hardhat coverage", | ||
"fmt:sol": "prettier 'contracts/**/*.sol' -w", | ||
"fmt:ts": "prettier 'test/**/*.ts' -w", | ||
"fmt": "yarn fmt:ts && yarn fmt:sol", | ||
"lint": "yarn lint:sol && yarn lint:ts", | ||
"lint:sol": "solhint 'contracts/**/*.sol'", | ||
"lint:ts": "eslint 'test/**/*.ts' --max-warnings 0 --fix", | ||
"typechain": "TS_NODE_TRANSPILE_ONLY=true hardhat typechain", | ||
"postinstall": "yarn typechain", | ||
"deploy": "hardhat deploy --network", | ||
"register-plugin": "hardhat register-plugin --network", | ||
"list-plugins": "hardhat list-plugins --network", | ||
"prepack": "yarn build" | ||
}, | ||
"devDependencies": { | ||
"@gelatonetwork/relay-context": "^2.1.0", | ||
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2", | ||
"@nomicfoundation/hardhat-ethers": "^3.0.4", | ||
"@nomicfoundation/hardhat-network-helpers": "^1.0.9", | ||
"@nomicfoundation/hardhat-toolbox": "^3.0.0", | ||
"@nomicfoundation/hardhat-verify": "^1.1.1", | ||
"@openzeppelin/contracts": "^4.9.3", | ||
"@safe-global/mock-contract": "^4.1.0", | ||
"@safe-global/safe-contracts": "^1.4.1-build.0", | ||
"@safe-global/safe-core-protocol": "^0.3.0-alpha.1", | ||
"@safe-global/safe-singleton-factory": "^1.0.15", | ||
"@typechain/ethers-v6": "^0.5.0", | ||
"@typechain/hardhat": "^9.0.0", | ||
"@types/chai": "^4.3.6", | ||
"@types/mocha": ">=9.1.0", | ||
"@types/node": ">=20.5.9", | ||
"@types/yargs": "^17.0.24", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"chai": "^4.3.8", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"ethers": "^6.7.1", | ||
"hardhat": "^2.17.2", | ||
"hardhat-deploy": "^0.11.37", | ||
"hardhat-gas-reporter": "^1.0.8", | ||
"hardhat-typechain": "^0.3.5", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-solidity": "^1.1.3", | ||
"solhint": "^3.6.2", | ||
"solhint-plugin-prettier": "^0.0.5", | ||
"solidity-coverage": "^0.8.4", | ||
"ts-node": ">=8.0.0", | ||
"typechain": "^8.3.1", | ||
"typescript": "~5.2.2", | ||
"yargs": "^17.7.2" | ||
}, | ||
"files": [ | ||
"contracts", | ||
"dist", | ||
"scripts", | ||
"test", | ||
"artifacts" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.