Skip to content

Commit

Permalink
create bulk-mint script
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos committed May 14, 2024
1 parent a1b990e commit 7f474f9
Show file tree
Hide file tree
Showing 6 changed files with 8,844 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ node_modules/
examples/

.env

# bulk-mint
bulk-mint/data
bulk-mint/target
3 changes: 3 additions & 0 deletions bulk-mint/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[build]
rustflags = ["--cfg", "tokio_unstable", "-C", "force-frame-pointers=yes", "-C", "force-unwind-tables=yes"]
Loading

0 comments on commit 7f474f9

Please sign in to comment.