Skip to content

Commit

Permalink
chore: added validations for wallets using ether and solana packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Dec 13, 2023
1 parent 1af4da1 commit a18da22
Show file tree
Hide file tree
Showing 6 changed files with 1,297 additions and 318 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jest.config.js
test/*
.mesh/*
__mocks__/*
__mocks__/*
dist/*
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"@graphql-mesh/graphql": "^0.95.8",
"@graphql-mesh/runtime": "^0.96.13",
"@graphql-mesh/transform-filter-schema": "^0.96.2",
"@solana/web3.js": "^1.87.6",
"@whatwg-node/fetch": "^0.9.14",
"ethers": "^5.7.2",
"graphql": "^16.8.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a18da22

Please sign in to comment.