소스 검색

modify depro price

Rony 3 년 전
부모
커밋
22b86c0504
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)