Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update to latest gateway and sdk #26

Merged
merged 8 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
node_modules
.env
coverage
coverage.json
typechain
examples/metamask/chain*.json
examples/metamask/abi/**.json
Expand Down Expand Up @@ -37,6 +34,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
coverage.json
*.lcov

# nyc test coverage
Expand Down Expand Up @@ -118,3 +116,6 @@ dist

# TernJS port file
.tern-port

# Build
artifacts
22 changes: 22 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Modules
node_modules

# dotenv environment variables file
.env
.env.test
env
.credentials
credentials

# Logs
logs
*.log

# Optional npm cache directory
.npm

# builder cache
.cache

# workflows
.github

This file was deleted.

This file was deleted.

This file was deleted.

Loading