Skip to content

Commit

Permalink
Upgrade ckb-js-toolkit to fix socket hung up error
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jan 10, 2024
1 parent 35e54b9 commit 6eb2652
Show file tree
Hide file tree
Showing 3 changed files with 1,559 additions and 888 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ program
program.parse(argv);

const run = async () => {
const rpc = new RPC(program.rpc);
const rpc = new RPC(program.rpc, {}, global.fetch);

let tx;
if (program.txHash) {
Expand Down
Loading

0 comments on commit 6eb2652

Please sign in to comment.