paritytech / txwrapper-core

Tools for FRAME chain builders to publish chain specific offline transaction generation libraries.
https://paritytech.github.io/txwrapper-core/
Apache License 2.0
77 stars 28 forks source link

Wrong path in example #378

Closed kevink1103 closed 4 months ago

kevink1103 commented 5 months ago

https://github.com/paritytech/txwrapper-core/blob/3b8de3df7b00ea673d3be66174c0989480a9e000/packages/txwrapper-examples/package.json#L16

should be

- "polkadot": "node ./lib/txwrapper-examples/txwrapper-examples/polkadot/src/polkadot", 
+ "polkadot": "node ./lib/txwrapper-examples/polkadot/src/polkadot", 
bee344 commented 5 months ago

Hi @kevink1103 , yeah, I noticed this and will be fixed in #377 , thanks for pointing it out.

I will also make sure the examples are up to date, so keep an eye out for it!

bee344 commented 4 months ago

Fixed in the latest release 7.5.1

kevink1103 commented 4 months ago

@bee344 Thank you!