feat(Astroport api ts lib): add auto-generated Astroport API TypeScript library
hi i really like the idea of using ts-codegen to generate the type, is there any reason we haven't merged this in? i noticed ts-codegen use cosmjs but on Terra it's better to use terra.js, do you see any issue mixing them together?
while i try to use ts-codegen cli to generate type for astroport-token contract (i pick this one cause i think it's the simplest one), i get this error, have you seen anything like this?
MissingPointerError: Token "Cw20Coin" does not exist.
while i try to use ts-codegen cli to generate type for
astroport-tokencontract (i pick this one cause i think it's the simplest one), i get this error, have you seen anything like this?MissingPointerError: Token "Cw20Coin" does not exist.![]()
never mind, find a workaround here