deploy to dodo testnet
This commit is contained in:
97
yarn-error.log
Normal file
97
yarn-error.log
Normal file
@@ -0,0 +1,97 @@
|
||||
Arguments:
|
||||
/home/skye/.nvm/versions/node/v18.14.0/bin/node /home/skye/.cache/node/corepack/yarn/1.22.19/bin/yarn.js
|
||||
|
||||
PATH:
|
||||
/home/skye/.vscode-server/bin/e170252f762678dec6ca2cc69aba1570769a5d39/bin/remote-cli:/home/skye/.nvm/versions/node/v18.14.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/Git/cmd:/mnt/c/Python311/Scripts/:/mnt/c/Python311/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/d/Python/Python310:/mnt/d/Python/Python310/Scripts:/mnt/d/nodejs/:/mnt/c/ProgramData/chocolatey/bin:/mnt/d/Go/bin:/mnt/d/anaconda3:/mnt/d/anaconda3/Scripts:/mnt/d/anaconda3/Library/bin:/mnt/c/Users/王翊倩/AppData/Local/Microsoft/WindowsApps:/mnt/d/Python/Python310/Scripts:/mnt/d/Microsoft VS Code/Microsoft VS Code/bin:/mnt/c/Users/王翊倩/AppData/Roaming/npm:/mnt/c/Users/王翊倩/go/bin:/snap/bin:/home/skye/.foundry/bin:/home/skye/.foundry/bin
|
||||
|
||||
Yarn version:
|
||||
1.22.19
|
||||
|
||||
Node version:
|
||||
18.14.0
|
||||
|
||||
Platform:
|
||||
linux x64
|
||||
|
||||
Trace:
|
||||
Error: https://github.com/web3-js/WebSocket-Node: ESOCKETTIMEDOUT
|
||||
at ClientRequest.<anonymous> (/home/skye/.cache/node/corepack/yarn/1.22.19/lib/cli.js:141517:19)
|
||||
at Object.onceWrapper (node:events:627:28)
|
||||
at ClientRequest.emit (node:events:513:28)
|
||||
at TLSSocket.emitRequestTimeout (node:_http_client:848:9)
|
||||
at Object.onceWrapper (node:events:627:28)
|
||||
at TLSSocket.emit (node:events:525:35)
|
||||
at Socket._onTimeout (node:net:570:8)
|
||||
at listOnTimeout (node:internal/timers:569:17)
|
||||
at process.processTimers (node:internal/timers:512:7)
|
||||
|
||||
npm manifest:
|
||||
{
|
||||
"name": "dodo",
|
||||
"version": "1.0.0",
|
||||
"description": "a kind of bird",
|
||||
"main": "index.js",
|
||||
"author": "dodo breeder",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"dodo",
|
||||
"ethereum",
|
||||
"pmm"
|
||||
],
|
||||
"scripts": {
|
||||
"prettier": "prettier --write **/*.sol",
|
||||
"migrate": "truffle migrate",
|
||||
"compile": "rm -r build && truffle compile",
|
||||
"coverage": "NETWORK_ID=1002 RPC_NODE_URI=http://127.0.0.1:6545 COVERAGE=true truffle run coverage",
|
||||
"test": "truffle compile && truffle test",
|
||||
"test_only": "truffle test",
|
||||
"deploy": "truffle migrate --network=$NETWORK --reset",
|
||||
"deploy_kovan": "NETWORK=kovan npm run deploy",
|
||||
"deploy_mainnet": "NETWORK=mainnet npm run deploy",
|
||||
"deploy_test": "NETWORK=development npm run deploy",
|
||||
"node": "ganache-cli --port 8545 -l 0x1fffffffffffff -i 5777 -g 1 --allowUnlimitedContractSize"
|
||||
},
|
||||
"dependencies": {
|
||||
"@truffle/hdwallet-provider": "^1.7.0",
|
||||
"@types/chai": "^4.2.11",
|
||||
"@types/es6-promisify": "^6.0.0",
|
||||
"@types/ethereumjs-abi": "^0.6.3",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"assert": "^2.0.0",
|
||||
"axios": "^0.24.0",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"bignumber.js": "^9.0.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"debug": "^4.1.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"dotenv-flow": "^3.3.0",
|
||||
"es6-promisify": "^6.1.1",
|
||||
"ethereumjs-util": "^7.0.7",
|
||||
"ethjs": "^0.4.0",
|
||||
"lodash": "^4.17.20",
|
||||
"mocha": "^7.2.0",
|
||||
"solc": "^0.6.9",
|
||||
"truffle-hdwallet-provider": "^1.0.17",
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "^3.9.5",
|
||||
"web3": "^1.2.8",
|
||||
"web3-core-helpers": "^1.2.8",
|
||||
"web3-eth-contract": "^1.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"ganache-cli": "^6.9.1",
|
||||
"prettier": "^2.0.5",
|
||||
"prettier-plugin-solidity": "^1.0.0-alpha.52",
|
||||
"solidity-coverage": "^0.7.7",
|
||||
"truffle-assertions": "^0.9.2",
|
||||
"truffle-plugin-verify": "^0.5.33"
|
||||
}
|
||||
}
|
||||
|
||||
yarn manifest:
|
||||
No manifest
|
||||
|
||||
Lockfile:
|
||||
No lockfile
|
||||
Reference in New Issue
Block a user