Mimicry-Protocol / mimicry-ethdenver2022-app

MIT License
1 stars 0 forks source link

[WIP] Presentation proxy #25

Closed dallonasnes closed 2 years ago

dallonasnes commented 2 years ago

Moves mimicry contracts into synthetix repo for ease of deploy Updates mimicry compiler versions to match synthetix Comments out mimicry nft contract and references because they fail to build Adds mimicry and mimicryUtils files to synthetix deploy configs

dallonasnes commented 2 years ago

Remaining TODO:

  1. rewrite script to write hardhat_contracts file and move it into react-app. It should generate the same type of file but only for the mimicry contract, for which we can get the abi from the build/compiled dir and then add the address after parsing the deploy-log.txt file

  2. use script to generate file in that repo after build && deploy finish

  3. Then deploy FE for e2e testing