-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyarn-error.log
131 lines (123 loc) · 5.41 KB
/
yarn-error.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Arguments:
/usr/local/bin/node /Users/cryptogirl/.yarn/bin/yarn.js add @openzeppelin --latest
PATH:
/Users/cryptogirl/.yarn/bin:/Users/cryptogirl/.config/yarn/global/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/Users/cryptogirl/.yarn/bin:/Users/cryptogirl/.config/yarn/global/node_modules/.bin:/Users/cryptogirl/.cargo/bin:/Users/cryptogirl/.foundry/bin:/Users/cryptogirl/.foundry/bin:/Users/cryptogirl/.foundry/bin
Yarn version:
1.22.19
Node version:
16.7.0
Platform:
darwin x64
Trace:
Error: https://registry.yarnpkg.com/@openzeppelin: Request "https://registry.yarnpkg.com/@openzeppelin" returned a 405
at Request.params.callback [as _callback] (/Users/cryptogirl/.yarn/lib/cli.js:66154:18)
at Request.self.callback (/Users/cryptogirl/.yarn/lib/cli.js:140890:22)
at Request.emit (node:events:394:28)
at Request.<anonymous> (/Users/cryptogirl/.yarn/lib/cli.js:141862:10)
at Request.emit (node:events:394:28)
at IncomingMessage.<anonymous> (/Users/cryptogirl/.yarn/lib/cli.js:141784:12)
at Object.onceWrapper (node:events:513:28)
at IncomingMessage.emit (node:events:406:35)
at endReadableNT (node:internal/streams/readable:1348:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
npm manifest:
{
"name": "@next-warp-core/chain",
"version": "0.0.3",
"description": "custom Hardhat blockchain dev environment",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=16.4.1"
},
"directories": {
"test": "test"
},
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@opengsn/contracts": "^2.2.6",
"@opengsn/gsn": "^2.1.0",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@primitivefi/hardhat-dodoc": "^0.1.3",
"@rari-capital/solmate": "^6.4.0",
"@typechain/ethers-v5": "^9.0.0",
"@types/chai": "^4.2.21",
"@types/cli-progress": "^3.9.0",
"@types/jest": "^26.0.16",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"cli-progress": "^3.9.0",
"cross-env": "7.0.3",
"dotenv": "^8.2.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.5.3",
"hardhat": "^2.12.2",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-gas-reporter": "^1.0.4",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.27",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"progress": "^2.0.3",
"solidity-coverage": "^0.8.2",
"ts-node": "10.8.1",
"typechain": "^7.0.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@typechain/hardhat": "^4.0.0",
"@types/cli-progress": "^3.9.0",
"@types/node": "^14.14.11",
"@types/progress": "^2.0.5",
"erc721a": "^4.1.0"
},
"scripts": {
"ci-test": "NODE_ENV=test && hardhat test ",
"clean": "hardhat clean",
"chain": "hardhat node",
"fork": "ALCHEMY_KEY=$(grep ALCHEMY_KEY .env | cut -d '=' -f2) && yarn hardhat node --fork \"https://eth-mainnet.alchemyapi.io/v2/$ALCHEMY_KEY\"",
"fund:dai": "hardhat compile && hardhat run scripts/fundDai.ts",
"fund:eth": "hardhat run scripts/fundEth.ts",
"reset": "hardhat run scripts/reset.ts",
"test": "hardhat test",
"test:grants": "hardhat test test/1_Grants.test.js",
"test:nft": "hardhat test test/2_ArtizenArtifacts.test.js",
"coverage": "hardhat coverage --network hardhat",
"compile": "prettier --write 'contracts/**/*.sol' && hardhat compile",
"deploy": "hardhat run scripts/deploy.ts",
"deploy:goerli": "hardhat clean && hardhat run --network goerli scripts/deploy.ts",
"upgrade:goerli": "hardhat clean && hardhat run --network goerli scripts/upgrade.ts",
"upgrade:goerli:artifacts": "hardhat clean && hardhat run --network goerli scripts/1_upgrade_artifacts.ts",
"upgrade:goerli:grants": "hardhat clean && hardhat run --network goerli scripts/2_upgrade_grants.ts",
"deploy:mainnet": "hardhat clean && hardhat run --network mainnet scripts/deploy.ts",
"deploy:goerli:artifacts": "hardhat clean && hardhat run --network goerli scripts/3_deploy_artifacts.ts",
"deploy:goerli:grants": "hardhat clean && hardhat run --network goerli scripts/4_deploy_grants.ts",
"upgrade:mainnet:artifacts": "hardhat clean && hardhat run --network mainnet scripts/1_upgrade_artifacts.ts",
"upgrade:mainnet:grants": "hardhat clean && hardhat run --network mainnet scripts/2_upgrade_grants.ts",
"accounts": "hardhat accounts",
"balance": "hardhat balance",
"generate": "hardhat generate",
"account": "hardhat account",
"typechain": "hardhat typechain"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1