hyperweb-io/ts-codegen

recoil example or add to codegen

Opened this issue · 0 comments

for recoil example, your code export will need a chain.ts

should have this selector in it:

export const cosmWasmClientSelector = selector({
  key: 'cosmWasmClient',
  get: () => CosmWasmClient.connect(CHAIN_RPC_ENDPOINT),
})