Skip to content

Commit

Permalink
ChivesWeaveData
Browse files Browse the repository at this point in the history
  • Loading branch information
chives-network committed May 18, 2024
1 parent 305dc35 commit 9f92e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syncing.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
const isDev = false;
let ChivesLightNodeSetting = null

await initChivesLightNodeSetting({"NodeApi1":"http://node1.chivesweave.net:1985","NodeApi2":"http://node1.chivesweave.net:1987","NodeStorageDirectory":"E:/ChivesWeaveData00"});
await initChivesLightNodeSetting({"NodeApi1":"http://node1.chivesweave.net:1985","NodeApi2":"http://node1.chivesweave.net:1987","NodeStorageDirectory":"E:/ChivesWeaveData"});
await initChivesLightNodeSql();

const BlackListAddress = ["omBC7G49jVti_pbqLgl7Z7DouF6fgxY6NAnLgh3FdBo"];
Expand Down

0 comments on commit 9f92e20

Please sign in to comment.