Skip to content

Commit

Permalink
chore: Updated DigiByte Rosetta Server dependencies to their released…
Browse files Browse the repository at this point in the history
… v1.4.1 versions.

Signed-off-by: GTO90 <gto90@protonmail.com>
  • Loading branch information
gto90 committed Oct 16, 2022
1 parent fbf55c2 commit abbae82
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 349 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const serverConfig = require('./serverConfig');
const crypto = require('crypto');

const DEFAULT_LISTENING_HOST = 'localhost';
const DEFAULT_ROSETTA_VERSION = '1.3.1';
const DEFAULT_ROSETTA_VERSION = '1.4.1';
const DEFAULT_RPC_PORT = 14022;
const DEFAULT_RPC_USER = 'user';
const DEFAULT_RPC_PASS = 'pass';
Expand Down
Loading

0 comments on commit abbae82

Please sign in to comment.