open-web3-stack / open-runtime-module-library

Substrate Open Runtime Module Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xtokens to use latest polkadot-v1.0.0 types

MrishoLukamba opened this issue · comments

Current xtokens uses v1.0.0 deps but it has errors due to using old types inside the code.

what error?

GenesisConfig uses BlockNumber, whereby in the latest version 1.0.0 it is no longer the case

I can make a PR