Skip to content

Commit

Permalink
Name and symbol to string
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcmichael committed May 19, 2021
2 parents d821be3 + c570f21 commit 99db334
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 283 deletions.
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[submodule "lib/erc20"]
path = lib/erc20
url = https://github.com/dapphub/erc20
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/ds-math"]
path = lib/ds-math
url = https://github.com/dapphub/ds-math
[submodule "lib/ds-stop"]
path = lib/ds-stop
url = https://github.com/dapphub/ds-stop
[submodule "lib/ds-auth"]
path = lib/ds-auth
url = https://github.com/dapphub/ds-auth
1 change: 1 addition & 0 deletions lib/ds-auth
Submodule ds-auth added at bd0087
2 changes: 1 addition & 1 deletion lib/ds-math
Submodule ds-math updated 1 files
+1 −1 lib/ds-test
1 change: 0 additions & 1 deletion lib/ds-stop
Submodule ds-stop deleted from d7fe12
2 changes: 1 addition & 1 deletion lib/ds-test
Submodule ds-test updated 3 files
+11 −1 Makefile
+223 −0 aux/demo.sol
+337 −47 src/test.sol
1 change: 0 additions & 1 deletion lib/erc20
Submodule erc20 deleted from f322aa
72 changes: 0 additions & 72 deletions src/base.sol

This file was deleted.

155 changes: 0 additions & 155 deletions src/base.t.sol

This file was deleted.

16 changes: 0 additions & 16 deletions src/factory.sol

This file was deleted.

Loading

0 comments on commit 99db334

Please sign in to comment.