trustline-inc / probity

A transparent asset-based lending protocol implemented for the EVM.
https://docs.trustline.co
Other
3 stars 1 forks source link

Simplify the commands in package.json #283

Closed shine2lay closed 2 years ago

shine2lay commented 2 years ago

You can actually provide the network name as argument, for example npm run deploy local can be used instead of npm run deploy:local. Currently we have so many different commands each one to run on a different network which can get convoluted as number of scripts grows.