vechain/connex

Ticker only returns gasLimit

Closed this issue · 2 comments

When calling await connex.thor.ticker().next() it returns {gasLimit: 20000000}.

Here is an example:
image

Here is a link to the sandbox https://codesandbox.io/s/nostalgic-sunset-4cvem?file=/src/App.js

After some time digging, we found out that comet extension may be the cause of this. So either disable comet extension or enable the noV1Compat option.

@libotony thanks for the update Tony! Stay safe!