Skip to content

Instantly share code, notes, and snippets.

@PaulRBerg
Last active December 30, 2018 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulRBerg/e582f77a6e59da1e4719b5877dd88cd8 to your computer and use it in GitHub Desktop.
Save PaulRBerg/e582f77a6e59da1e4719b5877dd88cd8 to your computer and use it in GitHub Desktop.
Console output after running migrations
Starting migrations...
======================
> Network name: 'development'
> Network id: 7923
> Block gas limit: 6721975
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> transaction hash: 0x2616d2093002c54a8b65c1e46f44afdca3c90d9384901baf0a5d2cf4b9a2534a
> Blocks: 0 Seconds: 0
> contract address: 0x02FB982F698808a5781732219D13fd66A95F4066
> account: 0x98c0047400dA37d278E76e78c6F60A7882Ae064d
> balance: 99.99445076
> gas used: 277462
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00554924 ETH
> Saving migration to chain.
> Saving artifacts
-------------------------------------
> Total cost: 0.00554924 ETH
2_migrate_note.js
=================
Deploying 'Note'
----------------
> transaction hash: 0x8a9f8d4fc6350a5f600c7c550438c56c36910390d6db0efc8e23d7f063942b04
> Blocks: 0 Seconds: 0
> contract address: 0xAc2aEEc1043Af0946e4f11ec9fA36ccC74061a1A
> account: 0x98c0047400dA37d278E76e78c6F60A7882Ae064d
> balance: 99.99123454
> gas used: 118803
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00237606 ETH
> Saving migration to chain.
> Saving artifacts
-------------------------------------
> Total cost: 0.00237606 ETH
Summary
=======
> Total deployments: 2
> Final cost: 0.0079253 ETH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment