Rari-Capital / fuse-v1

Smart contracts for Fuse V1 by Rari Capital.
Other
3 stars 3 forks source link

Add deployment / verification flow #27

Closed sriyantra closed 2 years ago

sriyantra commented 2 years ago

1st try at a config file https://github.com/Rari-Capital/fuse-v1/blob/feat/hardhat-config-v1/hardhat.config.ts

zerosnacks commented 2 years ago

WIP PR: https://github.com/Rari-Capital/fuse-v1/pull/36

zerosnacks commented 2 years ago

Perhaps there are some basic tests we can port from https://github.com/Rari-Capital/rari-capital-hardhat?

zerosnacks commented 2 years ago

This was just released, perhaps there are things in there we can borrow? https://github.com/foundry-rs/hardhat-foundry-template

zerosnacks commented 2 years ago

This was just released, perhaps there are things in there we can borrow? https://github.com/foundry-rs/hardhat-foundry-template

Closed in #36

May enhance it with small changes in the future based on the above mentioned template

zerosnacks commented 2 years ago

Re-opening this ticket to keep track of the deployment / verifaction flow scripts

zerosnacks commented 2 years ago

Foundry scripting and deployments landed https://twitter.com/gakonst/status/1531056739470016512

For now lets stick with our dual Hardhat / Foundry setup but interesting for the longer term

zerosnacks commented 2 years ago

I think we can add this as part of another PR when we feel like we have an update that requires a deployment / verification flow