Skip to content

Commit

Permalink
Merge branch 'master' into evm-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruch committed Mar 26, 2024
2 parents 74823fa + e4c535e commit 21b8ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions solana/borsh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"src"
],
"scripts": {
"build": "rm -rf lib && tsc",
"test": "node lib/test.js"
"build": "rm -rf lib && tsc"
},
"dependencies": {
"bs58": "^5.0.0"
Expand Down
3 changes: 1 addition & 2 deletions solana/solana-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
],
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && tsc",
"test": "node lib/test.js"
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@subsquid/http-client": "^1.4.0",
Expand Down

0 comments on commit 21b8ac6

Please sign in to comment.