From 9bf231d36cfff1951269301a1411293fb7eab36f Mon Sep 17 00:00:00 2001 From: gannicus Date: Tue, 16 Jul 2024 09:39:46 +0800 Subject: [PATCH] chore: owner --- demo/constants.js | 8 -------- demo/earn.js | 8 -------- demo/vip_lending.js | 8 -------- demo/websocket/margin.js | 8 -------- src/rest/Earn/General.js | 8 -------- src/rest/Earn/KucoinEarn.js | 8 -------- src/rest/Earn/Staking.js | 8 -------- src/rest/VIPLending/index.js | 8 -------- 8 files changed, 64 deletions(-) diff --git a/demo/constants.js b/demo/constants.js index 5788507..2eba889 100644 --- a/demo/constants.js +++ b/demo/constants.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-01-04 15:31:20 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @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", diff --git a/demo/earn.js b/demo/earn.js index 2a6ba82..7936fd1 100644 --- a/demo/earn.js +++ b/demo/earn.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-07-10 11:12:57 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @LastEditTime: 2024-07-12 17:43:28 - * @FilePath: /kucoin-node-sdk/demo/earn.js - * @Description: - */ const API = require("../src"); API.init(require("./config")); diff --git a/demo/vip_lending.js b/demo/vip_lending.js index f908bb3..d6f360a 100644 --- a/demo/vip_lending.js +++ b/demo/vip_lending.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-07-10 11:12:57 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @LastEditTime: 2024-07-15 19:56:12 - * @FilePath: /kucoin-node-sdk/demo/vip_lending.js - * @Description: - */ const API = require("../src"); API.init(require("./config")); diff --git a/demo/websocket/margin.js b/demo/websocket/margin.js index 20cb3e2..66737f0 100644 --- a/demo/websocket/margin.js +++ b/demo/websocket/margin.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-07-10 17:16:36 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @LastEditTime: 2024-07-12 17:47:19 - * @FilePath: /kucoin-node-sdk/demo/websocket/margin.js - * @Description: - */ const API = require("../../src"); const { isolatedTopics } = require("../constants"); diff --git a/src/rest/Earn/General.js b/src/rest/Earn/General.js index 4a17f5f..bbc2fbb 100644 --- a/src/rest/Earn/General.js +++ b/src/rest/Earn/General.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-07-09 17:00:23 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @LastEditTime: 2024-07-15 15:55:01 - * @FilePath: /kucoin-node-sdk/src/rest/Earn/General.js - * @Description: - */ const Http = require("../../lib/http"); /** diff --git a/src/rest/Earn/KucoinEarn.js b/src/rest/Earn/KucoinEarn.js index e700977..ce5e232 100644 --- a/src/rest/Earn/KucoinEarn.js +++ b/src/rest/Earn/KucoinEarn.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-07-09 17:00:23 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @LastEditTime: 2024-07-12 17:41:01 - * @FilePath: /kucoin-node-sdk/src/rest/Earn/KucoinEarn.js - * @Description: - */ const Http = require("../../lib/http"); /** diff --git a/src/rest/Earn/Staking.js b/src/rest/Earn/Staking.js index 5ea050c..4c143cc 100644 --- a/src/rest/Earn/Staking.js +++ b/src/rest/Earn/Staking.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-07-10 11:40:45 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @LastEditTime: 2024-07-15 15:56:04 - * @FilePath: /kucoin-node-sdk/src/rest/Earn/Staking.js - * @Description: - */ const Http = require("../../lib/http"); /** diff --git a/src/rest/VIPLending/index.js b/src/rest/VIPLending/index.js index 3d43a68..ca4c96c 100644 --- a/src/rest/VIPLending/index.js +++ b/src/rest/VIPLending/index.js @@ -1,11 +1,3 @@ -/* - * @Owner: gannicus.zhou@kupotech.com - * @Date: 2024-07-10 12:03:22 - * @LastEditors: gannicus Gannicus.Zhou@kupotech.com - * @LastEditTime: 2024-07-12 17:35:37 - * @FilePath: /kucoin-node-sdk/src/rest/VIPLending/index.js - * @Description: - */ const Http = require('../../lib/http'); /**