Skip to content

Instantly share code, notes, and snippets.

@gnidan
Forked from cgewecke/production.sh
Created June 26, 2018 17:08
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 gnidan/04a33e76ec457ea9028e2b17e339a5be to your computer and use it in GitHub Desktop.
Save gnidan/04a33e76ec457ea9028e2b17e339a5be to your computer and use it in GitHub Desktop.
Compiling ./contracts/Example.sol...
Compiling ./contracts/Migrations.sol...
Writing artifacts to ./build/contracts
Migrations dry-run (simulation)
===============================
> Network name: 'ropsten-fork'
> Network id: 1337
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> account: 0xd5D66309A03a06b9aA34341d8A7e90515be4a980
> balance: 565222794527730373379072786348411718562863470688369141095402336226637594287.965521685891328295
> gas used: 262462
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00524924 ETH
-------------------------------------
> Total cost: 0.00524924 ETH
2_migrations_conf.js
====================
Deploying 'Example'
-------------------
> account: 0xd5D66309A03a06b9aA34341d8A7e90515be4a980
> balance: 565222794527730373379072786348411718562863470688369141095402336226637594287.961520665891328295
> gas used: 173043
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00346086 ETH
Replacing 'Example'
-------------------
> account: 0xd5D66309A03a06b9aA34341d8A7e90515be4a980
> balance: 565222794527730373379072786348411718562863470688369141095402336226637594287.958059805891328295
> gas used: 173043
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00346086 ETH
-------------------------------------
> Total cost: 0.00692172 ETH
Summary
=======
> Total deployments: 3
> Final cost: 0.01217096 ETH
Starting migrations...
======================
> Network name: 'ropsten'
> Network id: 1337
1_initial_migration.js
======================
Deploying 'Migrations'
----------------------
> transaction hash: 0x4d21886cf7d474b15bd0d67dc934eefd7fe7c629407fd796e7861fa2b258d66c
> contract address: 0x117a5d7d340d143C2F65677440685fA74f1f8282
> account: 0xd5D66309A03a06b9aA34341d8A7e90515be4a980
> balance: 115792089237316195423570985008687907853269984665640564029457.584007913129639927
> gas used: 277462
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00554924 ETH
Pausing for 2 confirmations...
------------------------------
> confirmation number: 1 (block: 61)
> confirmation number: 2 (block: 62)
* Saving migration
* Saving artifacts
-------------------------------------
> Total cost: 0.00554924 ETH
2_migrations_conf.js
====================
Deploying 'Example'
-------------------
> transaction hash: 0xf8f260263501011783d6a98a58fa57c19683aa4403d1cd0cdbd81a216bf3e320
> contract address: 0x5Ca96e23fA6Fb9ce0f25439d0731A0d98b08Ef63
> account: 0xd5D66309A03a06b9aA34341d8A7e90515be4a980
> balance: 115792089237316195423570985008687907853269984665640564029457.584007913129639927
> gas used: 197986
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00395972 ETH
Pausing for 2 confirmations...
------------------------------
> confirmation number: 1 (block: 67)
> confirmation number: 2 (block: 68)
Replacing 'Example'
-------------------
> transaction hash: 0xc3728e6137c5d91ea6e04ecccf0c550619b4c058cebe3fa71c4ba72585f6e294
> contract address: 0xd0caE20A979D9747Dc171afd9dF2Da51F1B6cd4D
> account: 0xd5D66309A03a06b9aA34341d8A7e90515be4a980
> balance: 115792089237316195423570985008687907853269984665640564029457.584007913129639927
> gas used: 197986
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00395972 ETH
Pausing for 2 confirmations...
------------------------------
> confirmation number: 1 (block: 71)
> confirmation number: 2 (block: 72)
* Saving migration
* Saving artifacts
-------------------------------------
> Total cost: 0.00791944 ETH
Summary
=======
> Total deployments: 3
> Final cost: 0.01346868 ETH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment