Currently, the compact-contracts repo manages both the simulator and compact packages directly. As these packages are now being used across multiple repositories, they have been moved to the new compact-tools repo for shared use.
We need to refactor compact-contracts to consume the simulator and compact packages from compact-tools.
Tasks:
Goal:
Ensure compact-contracts consumes the simulator and compact packages via the compact-tools NPM package to support shared usage across repos.
Currently, the
compact-contractsrepo manages both the simulator and compact packages directly. As these packages are now being used across multiple repositories, they have been moved to the newcompact-toolsrepo for shared use.We need to refactor
compact-contractsto consume thesimulatorandcompactpackages fromcompact-tools.Tasks:
compact-toolspackages as NPM packagescompact-toolsas an NPM packageGoal:
Ensure
compact-contractsconsumes thesimulatorandcompactpackages via thecompact-toolsNPM package to support shared usage across repos.