chimera-defi / SharedDeposit

13 stars 6 forks source link

Feat/typescript #34

Closed devlancer412 closed 2 weeks ago

devlancer412 commented 2 weeks ago
chimera-defi commented 2 weeks ago

@devlancer412 can you confirm old deploy script still works?

anvil --fork-url https://rpc.sharedtools.org/rpc

 npx hardhat run --network localhost deploy/v2/1_deploy_minterv2.js --show-stack-traces

or do we need to port over the few changes here? https://github.com/chimera-defi/SharedDeposit/pull/33

devlancer412 commented 2 weeks ago

I think it wouldn't work, I already rewrote v2 deploy scripts using hardhat-deploy module. You can check deploy directory

chimera-defi commented 2 weeks ago

btw @devlancer412 how do you run the new deploy scripts? could you add a note to the readme?

devlancer412 commented 2 weeks ago

okay. got it. let me create that