diff --git a/TODO.md b/TODO.md index e2d2ed87..9658b621 100644 --- a/TODO.md +++ b/TODO.md @@ -543,4 +543,5 @@ in another repo: event subscriber - [ ] use Stretto instead of Moka - [ ] support alchemy_minedTransactions - [ ] debug print of user::Model's address is a big vec of numbers. make that hex somehow -- [ ] should we combine the proxy and cli into one bin? \ No newline at end of file +- [ ] should we combine the proxy and cli into one bin? +- [ ] make it so you can put a string like "LN arbitrum" into the create_user script, and have it automatically turn it automatic into 0x4c4e20617262697472756d000000000000000000. if its too long, hash it and then replace the last 4 bytes with zeros (so they stand out)