Open pyramation opened 2 years ago
for recoil example, your code export will need a chain.ts
chain.ts
should have this selector in it:
export const cosmWasmClientSelector = selector({ key: 'cosmWasmClient', get: () => CosmWasmClient.connect(CHAIN_RPC_ENDPOINT), })
for recoil example, your code export will need a
chain.ts
should have this selector in it: