nervosnetwork / force-bridge

General Force Bridge components.
MIT License
36 stars 34 forks source link

feat(deploy): separate the steps of the ckb to eth deployment. #362

Closed Daryl-L closed 2 years ago

Daryl-L commented 2 years ago
  1. deploy gnosis safe contract.
  2. deploy asset manager contract and transfer the asset manager contract to gnosis safe contract.
  3. deploy the mirror token which from ckb to eth and trasfer it to the asset manager contract.
  4. add the new token pair to asset manager contract.
  5. aggregate them to the integration.
  6. all of them are separated to the scripts.
codecov-commenter commented 2 years ago

Codecov Report

Merging #362 (9d77459) into feature-nervos-to-ethereum (2345897) will not change coverage. The diff coverage is n/a.

@@                     Coverage Diff                     @@
##           feature-nervos-to-ethereum     #362   +/-   ##
===========================================================
  Coverage                       42.72%   42.72%           
===========================================================
  Files                              24       24           
  Lines                            1959     1959           
  Branches                           58       58           
===========================================================
  Hits                              837      837           
  Misses                           1122     1122           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2345897...9d77459. Read the comment docs.