many-things / cw-hyperlane

51 stars 25 forks source link

fix: ts-codegen & revive cw-hpl SDK #101

Open byeongsu-hong opened 6 months ago

byeongsu-hong commented 6 months ago

Currently, this PR only removes existing schema bindings, not generates new one. It's because codegen.ts does not work as i intended, it just throws the errors instead of generating bindings.

We expects the current problem's source is two kind of things and need to fix it.

byeongsu-hong commented 6 months ago

related issue: https://github.com/many-things/cw-hyperlane/pull/99