cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
17 stars 37 forks source link

Move project to the repository root #244

Closed guidanoli closed 5 months ago

guidanoli commented 5 months ago

Closes #95

guidanoli commented 5 months ago

You can easily check that the first two commits are correct by running, on your machine, the same commands as I did. The third commit is more manual, and it's better if you take a look yourself.

Removing onchain/rollups-arbitration

git rm -r onchain/rollups-arbitration/

Moving onchain/rollups to the root

git mv -k onchain/rollups/* .
git mv onchain/rollups/.changeset .
git mv onchain/rollups/.yarn .
git ls-files onchain/rollups/ | xargs -I{} -- git mv \{\} .