Rari-Capital / fuse-v1

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

Feat/contract packages #57

Open cryptickoan opened 2 years ago

cryptickoan commented 2 years ago

This pr will enable package publishing of compiled ABIs under the @fuse-v1 npm name scope. Published contracts are typechain based. I think this would fix contract disparity issues between contract code base and sdk

After changes to any contract are compiled with the interfaces script, we can run npm run prepare:abis and then publish the changes by running ./abi/scripts/publish.sh

zerosnacks commented 2 years ago

Thanks @cryptickoan for the PR

Added some minor notes but generally LGTM

zerosnacks commented 2 years ago

Some final minor notes, other than that LGTM, approved :+1: