Karl Vito Lam

Results 5 comments of Karl Vito Lam

Building your self-host communication service with matrix @karlvlam

Any update on this?

@kombos I put the contract address of MATIC in the erc20 function. Hope it helps. ```javascript const erc20ChildToken = posClient.erc20('0x0000000000000000000000000000000000001010'); let bal = await erc20ChildToken.getBalance(providerChild.getAddress()); ```

I have the same issue.

@tony-gutierrez I get the same issue. But when I pause for a while/ use nextTick in the event function, it do not raise duplicated message again. Here's my workaround. ```javascript...