forked from ubiquity/ubiquity-dollar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f75098d
commit efd1480
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule forge-std
updated
48 files
Submodule openzeppelin-contracts
updated
570 files
Submodule operator-filter-registry
updated
52 files
Submodule solidity-linked-list
updated
21 files
+2 −1 | .editorconfig | |
+0 −3 | .eslintignore | |
+1 −3 | .eslintrc | |
+20 −0 | .github/actions/setup/action.yml | |
+22 −58 | .github/workflows/ci.yml | |
+6 −6 | .gitignore | |
+1 −1 | .nvmrc | |
+13 −0 | .prettierrc | |
+9 −6 | .solhint.json | |
+10 −30 | README.md | |
+1 −1 | docs/.vuepress/.env.json.example | |
+1 −1 | docs/.vuepress/config.js | |
+5 −10 | hardhat.config.js | |
+54,252 −0 | package-lock.json | |
+33 −31 | package.json | |
+0 −0 | scripts/.gitkeep | |
+0 −7 | scripts/compile.sh | |
+0 −4 | scripts/coverage.sh | |
+0 −59 | scripts/test.sh | |
+135 −135 | test/StructuredLinkedList.test.js | |
+2 −11 | truffle-config.js |