| | |
| | | import org.junit.jupiter.api.Test; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.boot.test.context.SpringBootTest; |
| | | import org.web3j.protocol.core.DefaultBlockParameterName; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.math.BigInteger; |
| | |
| | | public void sendCardTest() { |
| | | // ChainService.getInstance(ChainEnum.BSC_NFT_SDC.name()).safeMintNFT("0x691DEaf9b678Cba6747Eec9a4800a9ad2048E39C"); |
| | | } |
| | | |
| | | @Test |
| | | public void wssTest() { |
| | | ChainService.wssContractEventListener(new BigInteger("20882595"), bscUsdtContractEvent, ChainEnum.BSC_USDT_LISTENER.name()); |
| | | } |
| | | } |