availproject / bridge-ui-indexer

Avail bridge UI Indexer service
4 stars 3 forks source link

fix: timestamp problem in avail sends #11

Closed rac-sri closed 3 months ago

rac-sri commented 3 months ago

The avail sends receive an extrinsic event, which is a date string. Parse int was causing troubles hence. In case of ethereum sends its in timestamp so parse int works fine

moraesjeremias commented 3 months ago

The avail sends receive an extrinsic event, which is a date string. Parse int was causing troubles hence. In case of ethereum sends its in timestamp so parse int works fine

So no need to change #L473 as well, right?

rac-sri commented 3 months ago

yes, that value is received in timestamp only. So it works fine.