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
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