Skip to content

Commit

Permalink
chore: owner
Browse files Browse the repository at this point in the history
  • Loading branch information
GannicusZhou committed Jul 16, 2024
1 parent 18b4087 commit 9bf231d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 64 deletions.
8 changes: 0 additions & 8 deletions demo/constants.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-01-04 15:31:20
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-12 09:52:24
* @FilePath: /kucoin-node-sdk/demo/constants.js
* @Description:
*/
const tickerTopics = {
'symbolTicker':"/market/ticker:BTC-USDT",
'allSymbolsTicker':"/market/ticker:all",
Expand Down
8 changes: 0 additions & 8 deletions demo/earn.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-07-10 11:12:57
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-12 17:43:28
* @FilePath: /kucoin-node-sdk/demo/earn.js
* @Description:
*/
const API = require("../src");

API.init(require("./config"));
Expand Down
8 changes: 0 additions & 8 deletions demo/vip_lending.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-07-10 11:12:57
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-15 19:56:12
* @FilePath: /kucoin-node-sdk/demo/vip_lending.js
* @Description:
*/
const API = require("../src");

API.init(require("./config"));
Expand Down
8 changes: 0 additions & 8 deletions demo/websocket/margin.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-07-10 17:16:36
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-12 17:47:19
* @FilePath: /kucoin-node-sdk/demo/websocket/margin.js
* @Description:
*/
const API = require("../../src");

const { isolatedTopics } = require("../constants");
Expand Down
8 changes: 0 additions & 8 deletions src/rest/Earn/General.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-07-09 17:00:23
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-15 15:55:01
* @FilePath: /kucoin-node-sdk/src/rest/Earn/General.js
* @Description:
*/
const Http = require("../../lib/http");

/**
Expand Down
8 changes: 0 additions & 8 deletions src/rest/Earn/KucoinEarn.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-07-09 17:00:23
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-12 17:41:01
* @FilePath: /kucoin-node-sdk/src/rest/Earn/KucoinEarn.js
* @Description:
*/
const Http = require("../../lib/http");

/**
Expand Down
8 changes: 0 additions & 8 deletions src/rest/Earn/Staking.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-07-10 11:40:45
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-15 15:56:04
* @FilePath: /kucoin-node-sdk/src/rest/Earn/Staking.js
* @Description:
*/
const Http = require("../../lib/http");

/**
Expand Down
8 changes: 0 additions & 8 deletions src/rest/VIPLending/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* @Owner: [email protected]
* @Date: 2024-07-10 12:03:22
* @LastEditors: gannicus [email protected]
* @LastEditTime: 2024-07-12 17:35:37
* @FilePath: /kucoin-node-sdk/src/rest/VIPLending/index.js
* @Description:
*/
const Http = require('../../lib/http');

/**
Expand Down

0 comments on commit 9bf231d

Please sign in to comment.