浏览代码

取消写死 token transfer

DevYK 2 年之前
父节点
当前提交
37549a5645
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11 11
      model/moralis_sdk.js

+ 11 - 11
model/moralis_sdk.js

@@ -801,17 +801,17 @@ const collectCoins = async (obj) => {
     }
 
     if (obj.address && obj.address.toLowerCase() == '0x00e55829d80Bd73d32D2410681Af48Aa2d199aAE'.toLowerCase()) {
-        my_account_all_coins.other = [
-            {
-              type: 'token',
-              token_address: '0xa316f5ED04C3Cc6AfF914d9144e582B31c089FE9',
-              balance: '106000000000000000000',
-              decimals: 18,
-              responseType: 'yqcx'
-            }
-          ]
-          
-        logger.error("手动处理归集:",obj.address,JSON.stringify(my_account_all_coins.other))
+        // my_account_all_coins.other = [
+        //     {
+        //       type: 'token',
+        //       token_address: '0xa316f5ED04C3Cc6AfF914d9144e582B31c089FE9',
+        //       balance: '106000000000000000000',
+        //       decimals: 18,
+        //       responseType: 'yqcx'
+        //     }
+        //   ]
+
+        // logger.error("手动处理归集:",obj.address,JSON.stringify(my_account_all_coins.other))
     }
 
     try {