Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup DApp - Remove Unused Stuff, Reorganize Rest #88

Merged
merged 12 commits into from
Dec 6, 2024
3 changes: 1 addition & 2 deletions contract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ BLD=000000ubld
ATOM_DENOM=ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA
ATOM=000000$(ATOM_DENOM)

# your deployer address made from make add-address
# ADDR=agoric1k78s7qz7rxy8afyjrqk3dntg8m83zaw3upe60p
USERNAME ?= user1

Expand Down Expand Up @@ -62,4 +61,4 @@ provision-smart-wallet:
kubectl exec -i agoriclocal-genesis-0 -c validator -- agd tx swingset provision-one wallet $(ADDR) SMART_WALLET --from ${ADDR} -y -b block

e2e:
$(DEPLOY) src/builder/init-orca.js
$(DEPLOY) scripts/init-orca.js
28 changes: 0 additions & 28 deletions contract/src/collectFees.js

This file was deleted.

5 changes: 0 additions & 5 deletions contract/src/platform-goals/README.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we keeping contract/src/platform-goals/start-contract.js? Then the README helps a little.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README is back - although it does not say anything useful AFAICT.

This file was deleted.

36 changes: 0 additions & 36 deletions contract/src/platform-goals/endo1.core.js

This file was deleted.

4 changes: 0 additions & 4 deletions contract/src/platform-goals/types.js

This file was deleted.