Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tardis-dev/vessel
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Dec 7, 2021
2 parents 73130f6 + 3ad200e commit f8c6643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/serum-vial.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const argv = yargs
.option('boot-delay', {
type: 'string',
describe: 'Staggered boot delay in milliseconds so public RPC nodes do not rate limit serum-vial',
default: 100
default: 500
})

.option('markets-json', {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serum-vial",
"version": "1.4.6",
"version": "1.4.8",
"engines": {
"node": ">=15"
},
Expand Down

0 comments on commit f8c6643

Please sign in to comment.