cartesi / explorer

Cartesi Blockchain Explorer
https://explorer.cartesi.io
Apache License 2.0
9 stars 12 forks source link

Remove redundant package on apps/staking #22

Closed dandheedge closed 1 year ago

dandheedge commented 1 year ago

📄 Context

The current package in the explorer repository still exhibits redundancy in the wallet modules.

The package mentioned (apps/staking) has duplicate modules found in the packages/wallet directory:

package.json in apps/staking: link package.json in packages/wallet: link The objective of this issue is to eliminate the redundancy, ensuring that the wallet packages are only loaded from the packages/wallet directory.

📈 Subtasks

Duplicate content, move to #24

brunomenezes commented 1 year ago

Hey @dandheedge, I just saw this one now. Probably a duplicate of yours, but have a look at the definition of done I added I think that is important to guarantee the work is really finished.

24

dandheedge commented 1 year ago

@brunomenezes okay, will close this issue and working on #24