Skip to content

Commit

Permalink
Merge pull request #26 from axelarnetwork/chore/deps-update
Browse files Browse the repository at this point in the history
chore(deps): update to latest gateway and sdk
  • Loading branch information
re1ro authored Aug 26, 2022
2 parents b62503c + 0c3671c commit 14368ee
Show file tree
Hide file tree
Showing 79 changed files with 129 additions and 217,955 deletions.
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

0 comments on commit 14368ee

Please sign in to comment.