-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMigration.log.txt
121 lines (89 loc) · 3.18 KB
/
Migration.log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
yarn migrate
yarn run v1.22.5
$ truffle migrate --network kovan --reset && truffle run verify BirdOracle --network kovan
Compiling your contracts...
===========================
> Compiling ./contracts/BirdOracle.sol
> Artifacts written to /home/muneeb/work/bird.money/bird-contract/build/contracts
> Compiled successfully using:
- solc: 0.6.12+commit.27d51765.Emscripten.clang
Migrations dry-run (simulation)
===============================
> Network name: 'kovan-fork'
> Network id: 42
> Block gas limit: 12499988 (0xbebc14)
1_initial_migration.js
======================
Replacing 'Migrations'
----------------------
> block number: 23883642
> block timestamp: 1615556883
> account: 0xcF01971DB0CAB2CBeE4A8C21BB7638aC1FA1c38c
> balance: 9.634873298031328594
> gas used: 171951 (0x29faf)
> gas price: 2 gwei
> value sent: 0 ETH
> total cost: 0.000343902 ETH
-------------------------------------
> Total cost: 0.000343902 ETH
2_migrate_oracle.js
===================
default: kovan-fork
-------------------------------------
> Total cost: 0 ETH
Summary
=======
> Total deployments: 1
> Final cost: 0.000343902 ETH
Starting migrations...
======================
> Network name: 'kovan'
> Network id: 42
> Block gas limit: 12500000 (0xbebc20)
1_initial_migration.js
======================
Replacing 'Migrations'
----------------------
> transaction hash: 0xf83cb0c9d05d9d37c4de43ed0413019d97f4f20329730782fadcc2f9fb932018
> Blocks: 2 Seconds: 16
> contract address: 0x52F0692E2C4e757022006072D718fcA3A2a6Fa12
> block number: 23883653
> block timestamp: 1615556924
> account: 0xcF01971DB0CAB2CBeE4A8C21BB7638aC1FA1c38c
> balance: 9.631478180031328594
> gas used: 186951 (0x2da47)
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.00373902 ETH
> Saving migration to chain.
> Saving artifacts
-------------------------------------
> Total cost: 0.00373902 ETH
2_migrate_oracle.js
===================
Deploying to kovan
Replacing 'BirdOracle'
----------------------
> transaction hash: 0x0286126c5d8edb56ec5bb5be288dcea61a9e7bb6d614d2c475054e2703c13631
> Blocks: 1 Seconds: 5
> contract address: 0xEa1AB6B8deA52C8275F4cd827d97bE0422b77746
> block number: 23883659
> block timestamp: 1615556956
> account: 0xcF01971DB0CAB2CBeE4A8C21BB7638aC1FA1c38c
> balance: 9.586496540031328594
> gas used: 2206747 (0x21ac1b)
> gas price: 20 gwei
> value sent: 0 ETH
> total cost: 0.04413494 ETH
> Saving migration to chain.
> Saving artifacts
-------------------------------------
> Total cost: 0.04413494 ETH
Summary
=======
> Total deployments: 2
> Final cost: 0.04787396 ETH
Verifying BirdOracle
Pass - Verified: https://kovan.etherscan.io/address/0xEa1AB6B8deA52C8275F4cd827d97bE0422b77746#contracts
Successfully verified 1 contract(s).
Done in 154.34s.