|
47 | 47 | ] |
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | | - "@mudgen/diamond-1": "github:mudgen/diamond-1-hardhat#3da037b", |
51 | | - "@openzeppelin/contracts": "^5.0.2", |
52 | | - "createx": "github:pcaversaccio/createx#v1.0.0", |
53 | | - "rlc-faucet-contract": "1.0.10" |
54 | | - }, |
55 | | - "__dependenciesComments": { |
56 | | - "rlc-faucet-contract": "TODO Replace with rlc-token if possible" |
| 50 | + "@openzeppelin/contracts": "^5.0.2" |
57 | 51 | }, |
58 | 52 | "devDependencies": { |
59 | 53 | "@amxx/factory": "^1.0.0", |
| 54 | + "@mudgen/diamond-1": "github:mudgen/diamond-1-hardhat#3da037b", |
60 | 55 | "@nomicfoundation/hardhat-toolbox": "^5.0.0", |
61 | 56 | "@nomicfoundation/hardhat-verify": "^2.1.3", |
62 | 57 | "@openzeppelin/upgrades-core": "^1.37.1", |
| 58 | + "createx": "github:pcaversaccio/createx#v1.0.0", |
63 | 59 | "dotenv": "^16.5.0", |
64 | 60 | "hardhat": "^2.26.5", |
65 | 61 | "hardhat-abi-exporter": "^2.11.0", |
|
72 | 68 | "prettier-plugin-organize-imports": "^4.0.0", |
73 | 69 | "prettier-plugin-solidity": "^1.4.1", |
74 | 70 | "puml-for-markdown": "^1.2.1", |
| 71 | + "rlc-faucet-contract": "1.0.10", |
75 | 72 | "sol2uml": "^2.5.22", |
76 | 73 | "solidity-coverage": "^0.8.14", |
77 | 74 | "solidity-docgen": "^0.6.0-beta.36", |
78 | 75 | "zx": "^8.1.6" |
79 | 76 | }, |
80 | 77 | "__devDependenciesComments": { |
81 | 78 | "mocha": "[Optional] Install Mocha Test Explorer in VSCode to see tests in VSCode UI", |
| 79 | + "rlc-faucet-contract": "TODO Replace with rlc-token if possible", |
82 | 80 | "solidity-coverage": "Fixing Hardhat's solidity-coverage: TypeError: provider.send is not a function" |
83 | 81 | }, |
84 | 82 | "repository": { |
|
0 commit comments