| | |
| | | package cc.mrbird.febs; |
| | | |
| | | import cc.mrbird.febs.common.utils.RedisUtils; |
| | | import cc.mrbird.febs.dapp.chain.ChainEnum; |
| | | import cc.mrbird.febs.dapp.chain.ChainService; |
| | | import cc.mrbird.febs.dapp.chain.ContractChainService; |
| | | import cc.mrbird.febs.dapp.chain.TrxUsdtUpdateService; |
| | | import cc.mrbird.febs.dapp.entity.DappFundFlowEntity; |
| | | import cc.mrbird.febs.dapp.entity.DappOnlineTransferEntity; |
| | | import cc.mrbird.febs.dapp.enumerate.CardPeriod; |
| | |
| | | import cc.mrbird.febs.dapp.service.MemberOnHookPlan; |
| | | import cc.mrbird.febs.dapp.service.impl.BscCoinContractEvent; |
| | | import cc.mrbird.febs.dapp.service.impl.BscUsdtContractEvent; |
| | | import cc.mrbird.febs.job.NotionalPoolingJob; |
| | | import cc.mrbird.febs.rabbit.producer.ChainProducer; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import org.junit.jupiter.api.Test; |
| | |
| | | // public void wssTest() { |
| | | // ChainService.wssContractEventListener(new BigInteger("20888825"), bscUsdtContractEvent, ChainEnum.BSC_USDT_LISTENER.name()); |
| | | // } |
| | | |
| | | // @Autowired |
| | | // TrxUsdtUpdateService trxUsdtUpdateService; |
| | | // |
| | | // @Test |
| | | // public void poolByAddressTest() { |
| | | // trxUsdtUpdateService.poolByAddress("TNmohnmZLqrPWNqT98CA8ZgmRdhMzSa4Z6"); |
| | | // } |
| | | // |
| | | // @Test |
| | | // public void blockMsgTest() { |
| | | // trxUsdtUpdateService.monitorCoinListener(45548841L); |
| | | // } |
| | | |
| | | // @Autowired |
| | | // NotionalPoolingJob notionalPoolingJob; |
| | | |
| | | // @Test |
| | | // public void poolTest() { |
| | | // notionalPoolingJob.poolUsdtTrc20(); |
| | | // } |
| | | |
| | | // @Autowired |
| | | // RedisUtils redisUtils; |
| | | |
| | | // @Test |
| | | // public void redisTest() { |
| | | // redisUtils.setRemove("list_set", 11222); |
| | | // } |
| | | } |