recoil example or add to codegen
Opened this issue · 0 comments
pyramation commented
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),
})