Skip to content

deploy polygon mainnet

Akira Taniguchi edited this page Jan 9, 2022 · 15 revisions

link

Admin

logic

AddressRegistry

proxy logic

Dev

proxy logic

deploy log

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 16505563 (0xfbdadb)


1_deploy-admin.js
=================

   Deploying 'DevAdmin'
   --------------------
   > transaction hash:    0x1a0c27d6eef9b61aef6f46478a85e99cf927552ea9349d6cf6054922150facdf
   > Blocks: 10           Seconds: 21
   > contract address:    0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62
   > block number:        23425326
   > block timestamp:     1641523506
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             235.617815527291055337
   > gas used:            472762 (0x736ba)
   > gas price:           370 gwei
   > value sent:          0 ETH
   > total cost:          0.17492194 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 1 (block: 23425329)
   > confirmation number: 4 (block: 23425332)
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.17492194 ETH


2_deploy-address-registry.js
============================

   Deploying 'AddressRegistry'
   ---------------------------
   > transaction hash:    0x96de52b50f39febb049e04aba9628ec9b6df97d74e217f604f81acc4eaebf33e
   > Blocks: 53           Seconds: 113
   > contract address:    0x0a15Ccf5E6029AaAeBc5F01b09d3C240Dc56c5f9
   > block number:        23425391
   > block timestamp:     1641523641
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             235.438583087291055337
   > gas used:            484412 (0x7643c)
   > gas price:           370 gwei
   > value sent:          0 ETH
   > total cost:          0.17923244 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23425395)
logic address:0x0a15Ccf5E6029AaAeBc5F01b09d3C240Dc56c5f9
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Deploying 'DevProxy'
   --------------------
   > transaction hash:    0x38a1d9c11c6685189ad724e080a516cc8be665affdb41da2d8b52bc600a9cc5f
   > Blocks: 21           Seconds: 45
   > contract address:    0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
   > block number:        23425418
   > block timestamp:     1641523699
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             235.220080697291055337
   > gas used:            590547 (0x902d3)
   > gas price:           370 gwei
   > value sent:          0 ETH
   > total cost:          0.21850239 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 3 (block: 23425422)
proxy address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.39773483 ETH


Summary
=======
> Total deployments:   3
> Final cost:          0.57265677 ETH


Done in 250.35s.

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 15428173 (0xeb6a4d)


3_deploy-dev.js
===============

   Deploying 'Dev'
   ---------------
   > transaction hash:    0x19dd51af7fae6a2a19a1dcb80694253a0624d2a37cced383a170d6a0e0f5cffb
   > Blocks: 7            Seconds: 13
   > contract address:    0x56ff6F36287aB1D9A8FFCb498e96fF1051B4Fa0E
   > block number:        23425584
   > block timestamp:     1641524078
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             234.594136837289522498
   > gas used:            1532839 (0x1763a7)
   > gas price:           390.000000001 gwei
   > value sent:          0 ETH
   > total cost:          0.597807210001532839 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23425588)
logic address:0x56ff6F36287aB1D9A8FFCb498e96fF1051B4Fa0E
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0xdf01fee76c51a2677b7b5742d9a1441b2962ffc1a6be440d232d662b788db4f2
   > Blocks: 23           Seconds: 49
   > contract address:    0x91F5dC90979b058eBA3be6B7B7e523df7e84e137
   > block number:        23425613
   > block timestamp:     1641524140
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             234.363823507288931951
   > gas used:            590547 (0x902d3)
   > gas price:           390.000000001 gwei
   > value sent:          0 ETH
   > total cost:          0.230313330000590547 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23425616)
proxy address:0x91F5dC90979b058eBA3be6B7B7e523df7e84e137
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:     0.828120540002123386 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.828120540002123386 ETH


Done in 146.08s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 16945213 (0x102903d)


3_2_deploy-dev-polygon.js
=========================

   Deploying 'DevPolygon'
   ----------------------
   > transaction hash:    0x5f62f5d54f6852364d568a91a01b550328911860c12ef8198103c0f98a438ff3
   > Blocks: 6            Seconds: 13
   > contract address:    0x4B1dbc880574D36772E5e138C0ed7718Fe323BD2
   > block number:        23431308
   > block timestamp:     1641536735
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             233.046049444288877101
   > gas used:            1695141 (0x19dda5)
   > gas price:           333 gwei
   > value sent:          0 ETH
   > total cost:          0.564481953 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23431312)
logic address:0x4B1dbc880574D36772E5e138C0ed7718Fe323BD2
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Deploying 'DevProxy'
   --------------------
   > transaction hash:    0x5d41fb9d6e43ad2653f1763c93c2754a4be5c9114bbce72e971f0b29eab61062
   > Blocks: 26           Seconds: 53
   > contract address:    0xA5577D1cec2583058A6Bd6d5DEAC44797c205701
   > block number:        23431343
   > block timestamp:     1641536805
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.862979874288877101
   > gas used:            590547 (0x902d3)
   > gas price:           310 gwei
   > value sent:          0 ETH
   > total cost:          0.18306957 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 4 (block: 23431348)
proxy address:0xA5577D1cec2583058A6Bd6d5DEAC44797c205701
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
child chain manager proxy address:0xA6FA4fB5f76172d178d61B04b0ecd319C5d1C0aa
depositer role:0x8f4f2da22e8ac8f11e15f9fc141cddbb5deea8800186560abb6e68c5496619a9
   > Saving artifacts
   -------------------------------------
   > Total cost:         0.747551523 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.747551523 ETH


Done in 169.86s.
> 4_deploy-dev-bridge.js

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 15000000 (0xe4e1c0)


4_deploy-dev-bridge.js
======================

   Deploying 'DevBridge'
   ---------------------
   > transaction hash:    0x28c1064e45ba5037d1d80c7f722ff902df8fdbd17629291a92eb80c8afac0a13
   > Blocks: 7            Seconds: 17
   > contract address:    0x5862Fb8C0D66310a836914dd1F164f28e5382845
   > block number:        23519525
   > block timestamp:     1641735681
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.641486294288877101
   > gas used:            821587 (0xc8953)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.02464761 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 3 (block: 23519531)
logic address:0x5862Fb8C0D66310a836914dd1F164f28e5382845
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Deploying 'DevProxy'
   --------------------
   > transaction hash:    0x805e930f933493c0c6709721022abebc0ae8df3d758c85fa66c601bd7a84d8a6
   > Blocks: 5            Seconds: 9
   > contract address:    0xbB4b509f08DA1Ee4Bc0D1CD1098a995D4FEC392D
   > block number:        23519539
   > block timestamp:     1641735709
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.623769884288877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 3 (block: 23519544)
proxy address:0xbB4b509f08DA1Ee4Bc0D1CD1098a995D4FEC392D
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.04236402 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.04236402 ETH


Done in 109.02s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 16186501 (0xf6fc85)


5_deploy-lockup.js
==================

   Deploying 'Lockup'
   ------------------
   > transaction hash:    0x4699d3dc92fe8f17a33480dda8e0950455f4b52ccb129179f2d35a9edb7db4ab
   > Blocks: 27           Seconds: 53
   > contract address:    0x3590f2DF8185C6E257E7e9c8e87530971dfa231d
   > block number:        23519656
   > block timestamp:     1641735951
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.550463917878877101
   > gas used:            2310641 (0x2341f1)
   > gas price:           30.01 gwei
   > value sent:          0 ETH
   > total cost:          0.06934233641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23519662)
logic address:0x3590f2DF8185C6E257E7e9c8e87530971dfa231d
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0x261aec206f41e38a5375dcc7a97ae597bfe4231f222a2cba90948f1d309e16f0
   > Blocks: 4            Seconds: 9
   > contract address:    0x42767B12d3f07bE0D951a64eE6573B40Ff165C4e
   > block number:        23519671
   > block timestamp:     1641735981
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.532747507878877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 3 (block: 23519675)
proxy address:0x42767B12d3f07bE0D951a64eE6573B40Ff165C4e
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:       0.08705874641 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.08705874641 ETH


Done in 131.77s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 17793785 (0x10f82f9)


6_deploy-market-factory.js
==========================

   Deploying 'MarketFactory'
   -------------------------
   > transaction hash:    0x498580cab2e9468157d8b05c7ef748d0c2f0b2cc99b1abde14ef526bfb869fd1
   > Blocks: 5            Seconds: 9
   > contract address:    0xb3bBc4D13603B5696f5A257F5c6eAAD62EA39695
   > block number:        23519733
   > block timestamp:     1641736109
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.456642277878877101
   > gas used:            2429441 (0x251201)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.07288323 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23519737)
logic address:0xb3bBc4D13603B5696f5A257F5c6eAAD62EA39695
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0xbab511cc07f539e20f5e254a0b0f823129b5316ef58b2bd1007742e34a9153be
   > Blocks: 6            Seconds: 17
   > contract address:    0xEA518Ab9551d3cD9Ec4C74df1fa6946B18212178
   > block number:        23519745
   > block timestamp:     1641736137
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.438925867878877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23519750)
proxy address:0xEA518Ab9551d3cD9Ec4C74df1fa6946B18212178
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.09059964 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.09059964 ETH


Done in 86.74s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 17195165 (0x106609d)


7_deploy-metrics-factory.js
===========================

   Deploying 'MetricsFactory'
   --------------------------
   > transaction hash:    0x5163817b7f3fa31782826cfb195aecbc291aeba0d014d13a96458f1d5c1bc9f6
   > Blocks: 15           Seconds: 29
   > contract address:    0x7a0A799183ce22d36eFEA02eB57f07554Ca9B5E3
   > block number:        23519836
   > block timestamp:     1641736323
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.407940667878877101
   > gas used:            900678 (0xdbe46)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.02702034 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 3 (block: 23519841)
logic address:0x7a0A799183ce22d36eFEA02eB57f07554Ca9B5E3
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0x35c421f9d0e10d592986fe911218e0cd07944ca4406d08daf2333b17634f892d
   > Blocks: 11           Seconds: 21
   > contract address:    0xD18f2eB75cE3a6A35586115b2f2c63d907536CDE
   > block number:        23519854
   > block timestamp:     1641736359
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.390224257878877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23519858)
proxy address:0xD18f2eB75cE3a6A35586115b2f2c63d907536CDE
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.04473675 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.04473675 ETH


Done in 124.51s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 17110410 (0x105158a)


8_deploy-policy-factory.js
==========================

   Deploying 'PolicyFactory'
   -------------------------
   > transaction hash:    0xa11db2f6db056defb02e1ce8b0d17167b729e0cbeab19047390d79dbd03b6e4d
   > Blocks: 5            Seconds: 9
   > contract address:    0xE9f180729623a315837A22D2F591d11CF38712A9
   > block number:        23519949
   > block timestamp:     1641736557
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.366714997878877101
   > gas used:            676169 (0xa5149)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.02028507 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 4 (block: 23519953)
logic address:0xE9f180729623a315837A22D2F591d11CF38712A9
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0x25f9605c08570697288f8c4d439a804a56ab3dc20b9c5921178f7c2614b3568f
   > Blocks: 8            Seconds: 17
   > contract address:    0xD42c04179410a38BE95737e663480a7CC42B9C05
   > block number:        23519964
   > block timestamp:     1641736587
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.348998587878877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23519969)
proxy address:0xD42c04179410a38BE95737e663480a7CC42B9C05
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.03800148 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.03800148 ETH


Done in 85.08s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 17878389 (0x110cd75)


9_deploy-property-factory.js
============================

   Deploying 'PropertyFactory'
   ---------------------------
   > transaction hash:    0x0cadd7102e5ccc87030d059ef5fc319d93102ac911b3ab5f18a1a9b5be77031e
   > Blocks: 6            Seconds: 37
   > contract address:    0x05E90FC5E5F006936042aeD661b648e7bc5dD761
   > block number:        23520043
   > block timestamp:     1641736749
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.279542107878877101
   > gas used:            2183047 (0x214f87)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.06549141 ETH

   Pausing for 2 confirmations...
   ------------------------------
null

/path/to/protocol-v2/node_modules/web3-provider-engine/index.js:160
        cb(null, null)
        ^
Error: Could not find block

##### CLI has thrown an exception while waiting for confirmations.
##### Since PropertyFactory is deployed, I restart the process by hard-coding the deployed contract address into the deploy script.

Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 19574719 (0x12aafbf)


9_deploy-property-factory.js
============================
logic address:0x05E90FC5E5F006936042aeD661b648e7bc5dD761
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0x15a3b7783ad3bc124f3451ac540b439c61ffb732b47ba0516858e0c02aedbe7d
   > Blocks: 8            Seconds: 17
   > contract address:    0x8bB6a34afBD34663cEeEFA697918c647Da22a352
   > block number:        23520159
   > block timestamp:     1641737013
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.261825697878877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23520163)
proxy address:0x8bB6a34afBD34663cEeEFA697918c647Da22a352
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.01771641 ETH


Summary
=======
> Total deployments:   1
> Final cost:          0.01771641 ETH


Done in 70.01s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 17460388 (0x10a6ca4)


10_deploy-s-tokens-manager.js
=============================

   Deploying 'STokensManager'
   --------------------------
   > transaction hash:    0x8630a38a1d5c2cfd2f178742395476bd14a9bbcf47ee7f885a6fe1e8a30eb6fa
   > Blocks: 7            Seconds: 13
   > contract address:    0xB557944fA1b38FA1b65516024E990c3Fd911eA87
   > block number:        23520272
   > block timestamp:     1641737375
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.160764997878877101
   > gas used:            3261243 (0x31c33b)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.09783729 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23520277)
logic address:0xB557944fA1b38FA1b65516024E990c3Fd911eA87
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0x443ece03eaa0b980303be098992bbbf291ed6fa566f013ab35d8d7249c72ac4f
   > Blocks: 5            Seconds: 9
   > contract address:    0x89904De861CDEd2567695271A511B3556659FfA2
   > block number:        23520283
   > block timestamp:     1641737397
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.143048587878877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23520287)
proxy address:0x89904De861CDEd2567695271A511B3556659FfA2
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:           0.1155537 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.1155537 ETH


Done in 74.75s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 16322186 (0xf90e8a)


11_deploy-withdraw.js
=====================

   Deploying 'Withdraw'
   --------------------
   > transaction hash:    0x972c95bae7ce2afa723e1977bd0d7235536ce6711b28a34935e4333079fcd3e0
   > Blocks: 4            Seconds: 9
   > contract address:    0xa973f7Cf0Af9b123F869d4b1A0d18dE0a9FbB973
   > block number:        23520341
   > block timestamp:     1641737517
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.103840117878877101
   > gas used:            1131109 (0x114265)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.03393327 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 3 (block: 23520345)
logic address:0xa973f7Cf0Af9b123F869d4b1A0d18dE0a9FbB973
admin address:0xa3de020256816b3E2C18Fdc3e849Eed4c5e93C62

   Replacing 'DevProxy'
   --------------------
   > transaction hash:    0xf9e429e8a2474680f0faac3644218b7e5ad7b631c6e3812325b8e47075442987
   > Blocks: 6            Seconds: 13
   > contract address:    0x60d1743fc6791aEDB833E4aED604eccb9EC838DE
   > block number:        23520355
   > block timestamp:     1641737545
   > account:             0x1dCb85efEa6A3FB528d19B9174E88ee35BfF540a
   > balance:             232.086123707878877101
   > gas used:            590547 (0x902d3)
   > gas price:           30 gwei
   > value sent:          0 ETH
   > total cost:          0.01771641 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 23520359)
proxy address:0x60d1743fc6791aEDB833E4aED604eccb9EC838DE
registry address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
set proxy address to registry
finished to initialize
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.05164968 ETH


Summary
=======
> Total deployments:   2
> Final cost:          0.05164968 ETH


Done in 84.25s.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.



Starting migrations...
======================
> Network name:    'polygon_mainnet'
> Network id:      137
> Block gas limit: 15000000 (0xe4e1c0)


1_set-cap-setter-address.js
===========================
registry proxy address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
cap setter address:0xBc3DeffcC9916EAd1585999697cBD2A3361165fC
registry proxy address:0xbeF4DeEA3AE863739Bd402E025c749536f491ffa
cap setter address:0x0000000000000000000000000000000000000000
cap setter address:0xBc3DeffcC9916EAd1585999697cBD2A3361165fC
   -------------------------------------
   > Total cost:                   0 undefined


Summary
=======
> Total deployments:   0
> Final cost:          0 undefined


Done in 27.82s.
Clone this wiki locally