Commit 023db33f authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 0ec9c498
......@@ -5,12 +5,21 @@ const API_KEY = '7iW1muhWWyX8PxuQWx';
const PRIVATE_KEY = '5Bf4FFISdQNxVJqg5pqyn860CIrgjsXXy3pK';
const useLivenet = false;
const restClientOptions = {
// override the max size of the request window (in ms)
recv_window:1000000
};
const client = new LinearClient(
API_KEY,
PRIVATE_KEY,
// optional, uses testnet by default. Set to 'true' to use livenet.
useLivenet,
restClientOptions
// restClientOptions,
// requestLibraryOptions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment