duppgrade
duppgrade copied to clipboard
Update or revert to a specific DappTools commit with ease.
duppgrade
Update or revert to a specific DappTools commit with ease.
Installing
curl https://rari-capital.github.io/duppgrade/install | bash
Using
To install the latest commit:
duppgrade
To install a specific tag (in this case the hevm/0.48.0 tag):
duppgrade hevm/0.48.0
To install a specific commit (in this case commit 213a3...05583):
duppgrade 213a3c5cc07b9210124afc06ca63926aee305583
To install a specific branch (in this case the london branch's latest commit):
duppgrade london
To install a fork's main branch (in this case transmissions11/dapptools's main branch):
duppgrade transmissions11/dapptools
To install a specific commit in a fork (in this case commit e7594...399ab made in transmissions11/dapptools):
duppgrade transmissions11/dapptools e7594a6a8228bfb2494385e02d4e79d8fa2399ab
To install a specific branch in a fork (in this case the patch-10 branch's latest commit in transmissions11/dapptools):
duppgrade transmissions11/dapptools patch-10