I've successfully pushed a rawTransaction to Ropsten network via infura. But, when I checked on EtherScan the corresponding transaction it kept showing the "pending" status endlessly, I noticed that the token transfer it looked strange. Please see the screen attached here. The Token supposed to show CToken, instead of ERC20.
Asked
Active
Viewed 47 times
0
-
How did you send that tx? Using MetaMask? – Zulhilmi Zainudin Aug 23 '19 at 10:59
-
@ZulhilmiZainudin - I created a RawTransaction and signed with the private key and sent it to the Ropsten network by using web3 and ethersjs library. – David Aug 25 '19 at 02:33
-
Please provide more details such as the code of how you send the transaction – StillFantasy Nov 16 '19 at 09:32