I have completed the addition of binan intelligent chain test network on metamask wallet, and I have generated the address of the response and exported the private key. I can execute the code to remove the error, what is the problem?
BinanceDexApiRestClient client = BinanceDexApiClientFactory.newInstance().newRestClient(BinanceDexEnvironment.TEST_NET.getBaseUrl());
Wallet wallet = new Wallet("e73e281c42264c5609729e57cc922e3c97a7d40bf90a3cf4ede1f1ade5296cee",BinanceDexEnvironment.TEST_NET);
client.getAccount(wallet.getAddress());
I have completed the addition of binan intelligent chain test network on metamask wallet, and I have generated the address of the response and exported the private key. I can execute the code to remove the error, what is the problem?
Error is as follows: