Skip to content

Commit

Permalink
v2.0.0 Release Candidate - Merge pull request #52 from Itheum/d-david
Browse files Browse the repository at this point in the history
NftMinter support, error handling, other fixes
  • Loading branch information
newbreedofgeek authored Sep 22, 2023
2 parents 820615d + e257cc5 commit c1b5e4b
Show file tree
Hide file tree
Showing 21 changed files with 11,065 additions and 8,605 deletions.
70 changes: 35 additions & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@

# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules
.cache
*.log
.DS_Store

# builds
build
dist
.idea
.idea/workspace.xml
.rpt2_cache
.yalc
.husky
out
docs

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local


npm-debug.log*
yarn-debug.log*
yarn-error.log*

coverage


# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules
.cache
*.log
.DS_Store

# builds
build
dist
.idea
.idea/workspace.xml
.rpt2_cache
.yalc
.husky
out

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local


npm-debug.log*
yarn-debug.log*
yarn-error.log*

coverage

docs
Loading

0 comments on commit c1b5e4b

Please sign in to comment.