Skip to content

Commit

Permalink
pkg: use @namebasehq/hs-client
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Nov 14, 2024
1 parent 5259400 commit 5e1eee3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 35 deletions.
4 changes: 2 additions & 2 deletions bin/cli
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ console.error('%s%s',

if (process.argv.length > 2 && process.argv[2] === 'wallet') {
process.argv.splice(2, 1); // Evil hack.
require('namebase-hs-client/bin/hsw-cli');
require('@namebasehq/hs-client/bin/hsw-cli');
} else {
require('namebase-hs-client/bin/hsd-cli');
require('@namebasehq/hs-client/bin/hsd-cli');
}
64 changes: 33 additions & 31 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
Expand Up @@ -48,7 +48,7 @@
"hs-client": "~0.0.13",
"mrmr": "~0.1.8",
"n64": "~0.2.10",
"namebase-hs-client": "github:namebasehq/hs-client#semver:~0.0.10",
"@namebasehq/hs-client": "0.0.11",
"urkel": "~0.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/wallet-http-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

'use strict';

const { NodeClient, WalletClient } = require('namebase-hs-client');
const { NodeClient, WalletClient } = require('@namebasehq/hs-client');
const Network = require('../lib/protocol/network');
const FullNode = require('../lib/node/fullnode');
const MTX = require('../lib/primitives/mtx');
Expand Down

0 comments on commit 5e1eee3

Please sign in to comment.