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

feat: cw-hpl #100

Merged
merged 10 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ cargo llvm-cov --workspace --exclude hpl-tests
│ ├── pausable
│ └── router
├── context # predeployed contract information
├── example # example of contract deployment & integration
├── script # useful scripts for development (e.g. code uploading. contract deployment)
├── scripts # useful scripts for development (e.g. code uploading. contract deployment)
└── ts
└── sdk # typescript sdk for contract integration. (auto generated via ts-codegen)
Expand Down
21 changes: 0 additions & 21 deletions context/neutron-1.json

This file was deleted.

224 changes: 0 additions & 224 deletions example/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions script/.gitignore

This file was deleted.

72 changes: 0 additions & 72 deletions script/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions script/commands/context.ts

This file was deleted.

Loading
Loading