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

git pu

parent 0ec9c498
...@@ -5,12 +5,21 @@ const API_KEY = '7iW1muhWWyX8PxuQWx'; ...@@ -5,12 +5,21 @@ const API_KEY = '7iW1muhWWyX8PxuQWx';
const PRIVATE_KEY = '5Bf4FFISdQNxVJqg5pqyn860CIrgjsXXy3pK'; const PRIVATE_KEY = '5Bf4FFISdQNxVJqg5pqyn860CIrgjsXXy3pK';
const useLivenet = false; const useLivenet = false;
const restClientOptions = {
// override the max size of the request window (in ms)
recv_window:1000000
};
const client = new LinearClient( const client = new LinearClient(
API_KEY, API_KEY,
PRIVATE_KEY, PRIVATE_KEY,
// optional, uses testnet by default. Set to 'true' to use livenet. // optional, uses testnet by default. Set to 'true' to use livenet.
useLivenet, useLivenet,
restClientOptions
// restClientOptions, // restClientOptions,
// requestLibraryOptions // 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