starknet-hardhat-plugin
starknet-hardhat-plugin copied to clipboard
Shift from existing utilities to broader starknet.js usage
Usage related changes
- TODO
- ...
Development related changes
- TODO
- ...
Checklist:
- [ ] Formatted the code
- [ ] No linter errors + tried to avoid introducing linter warnings
- [ ] Performed a self-review of the code
- [ ] Rebased to the last commit of the target branch (or merged it into my branch)
- [ ] Documented the changes
- [ ] Updated the
testdirectory (with a test case consisting ofnetwork.json,hardhat.config.ts,check.ts) - [ ] Linked issues which this PR resolves
- [ ] Created a PR to the
pluginbranch ofstarknet-hardhat-example:- < EXAMPLE_REPO_PR_URL >
- [ ] Modified
test.shto use my example repo branch - [ ] Restored
test.shto to use the original branch (after the example repo PR has been merged)
- [ ] All tests are passing (for external contributors who don't have access to the CI/CD pipeline)
Aside from this PR now hving conflicts with master, it is also in conflict with #414