vechain / thor-devkit.js

Typescript library to aid DApp development on VeChain Thor
MIT License
39 stars 30 forks source link

Update chainTag to string instead of number #62

Closed MakisChristou closed 1 year ago

MakisChristou commented 1 year ago

This is required for web3-providers-connex to be able to return the full genesis id instead of the last byte. Currently the chainTag field in both web3-providers-connex and thor-devkit are set to a number. The change is also required here since thor-devkit is a dependency for web3-providers-connex.