Skip to content

Commit

Permalink
Merge pull request #39 from kodadot/new-types
Browse files Browse the repository at this point in the history
🏷️ Statemine types
  • Loading branch information
vikiival authored Jul 18, 2023
2 parents 2b5108f + 553b44b commit e266e60
Show file tree
Hide file tree
Showing 8 changed files with 2,529 additions and 2,820 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,14 @@ sqd migration:apply

### Dev hacks

fast generate event handlers
1. fast generate event handlers

```
pbpaste | cut -d '=' -f 1 | tr -d ' ' | xargs -I_ echo "processor.addEventHandler(Event._, dummy);"
```

2. enable debug logs (in .env)

```
SQD_DEBUG=squid:log
```
Loading

0 comments on commit e266e60

Please sign in to comment.