jklepatch / eattheblocks

Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers

Home Page:https://eattheblocks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truflle migrate stuck

aryanvrma opened this issue · comments

commented

Truffle migrate is stuck at total cost as seen in the following snipper

`
Compiling your contracts...

Compiling .\contracts\Migrations.sol
Compiling .\contracts\wallet.sol
Artifacts written to D:\Aryan\Aryan Code\blockchain\wallet\client\src\contracts
Compiled successfully using:

  • solc: 0.6.0+commit.26b70077.Emscripten.clang

Starting migrations...

Network name: 'develop'
Network id: 5777
Block gas limit: 6721975 (0x6691b7)

1_initial_migration.js

Replacing 'Migrations'

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

2_deploy_contract.js

Deploying 'Wallet'

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
`