Closed AtticusDavid closed 1 year ago
could you try beaker 0.1.2?
this also doesn't work in 0.1.2 too.
I guess Counter(target contract name in PascalCase)
is in sdk.contracts.contracts
, not sdk.contracts
can you try changing ts/sdk/index.ts
from
export * as contracts from "./contracts";
to
export * from "./contracts";
ts-codegen
integration is a bit messy at the moment, need to revisit on the design.
updated the template and it should work out of the box by now
https://github.com/osmosis-labs/beaker/commit/c85e728b45d623a8dc05e03a8dcc310879a933ee
after type
beaker console --network testnet
,the following errors show up in terminal.
Steps to reproduce
Enviroments