We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Truffle migrate is stuck at total cost as seen in the following snipper
Compiling .\contracts\Migrations.sol Compiling .\contracts\wallet.sol Artifacts written to D:\Aryan\Aryan Code\blockchain\wallet\client\src\contracts Compiled successfully using:
Network name: 'develop' Network id: 5777 Block gas limit: 6721975 (0x6691b7)
transaction hash: 0xc215ef8d76bd56bb6a7fca8924a03f296920be6a1fa0d7206802c414521388c8 Blocks: 0 Seconds: 0 contract address: 0x9e90d8171Dbd9f2FC51e7302ED4eD64d12d557dc block number: 1 block timestamp: 1654171118 account: 0x65393132Ab78A8c201daB4C982705d970DED5579 balance: 99.999615706 gas used: 192147 (0x2ee93) gas price: 2 gwei value sent: 0 ETH total cost: 0.000384294 ETH
Saving migration to chain. Saving artifacts
Total cost: 0.000384294 ETH
transaction hash: 0x7cbc115100b6416cf1346a8e432efa45c67b3a719185cb27b0d3680a2fce9d23 Blocks: 0 Seconds: 0 contract address: 0x632Ade23E5dBc4975779BCB105799Fa5861F3497 block number: 3 block timestamp: 1654171124 account: 0x65393132Ab78A8c201daB4C982705d970DED5579 balance: 99.997401178 gas used: 1064926 (0x103fde) gas price: 2 gwei value sent: 0 ETH total cost: 0.002129852 ETH `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Truffle migrate is stuck at total cost as seen in the following snipper
`
Compiling your contracts...
Starting migrations...
1_initial_migration.js
Replacing 'Migrations'
2_deploy_contract.js
Deploying 'Wallet'
The text was updated successfully, but these errors were encountered: