Browse Source

modify depro price

Rony 3 years ago
parent
commit
22b86c0504
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsc_token_price.py

+ 1 - 1
bsc_token_price.py

@@ -17,7 +17,7 @@ TOKENPRICEDICT = 'TOKENPRICEDICT'
 TOKENWITHDRAW = 'TOKENWITHDRAW'
 
 DEPROCONTRACT = '0x9984086CB9d93dbe47C4e70890aAD5454bBc2518'
-DEPROPRICE = 0.01
+DEPROPRICE = 0.000000001
 
 #dev ali
 #r = RedisCluster(host="r-bp1ps6my7lzg8rdhwxpi.redis.rds.aliyuncs.com", port=6379, password='Wqsd@2019', decode_responses=True, skip_full_coverage_check=True)