Skip to content

Commit df64bef

Browse files
committed
fixed lists bug and added create with reg
1 parent 1281b2b commit df64bef

File tree

6 files changed

+191
-89
lines changed

6 files changed

+191
-89
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#contracts
22
**/target/
3-
**/neardev/
3+
**/neardev/
4+
contracts/pot_factory/args.json
5+
.idea/
6+
contracts/.idea/

contracts/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node_modules
1+
node_modules

contracts/Cargo.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/lists/out/main.wasm

3.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)