Skip to content

Commit

Permalink
feat(react-components): support IBC messages in signer (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart authored Sep 27, 2024
1 parent a1d4ea3 commit e6f79e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
defaultRegistryTypes,
createBankAminoConverters,
createAuthzAminoConverters,
createIbcAminoConverters,
} from '@cosmjs/stargate';
import { subscribeLatest } from '@agoric/notifier';
import type { ChainName } from 'cosmos-kit';
Expand Down Expand Up @@ -178,6 +179,7 @@ export const AgoricProviderLite = ({
...agoricConverters,
...createBankAminoConverters(),
...createAuthzAminoConverters(),
...createIbcAminoConverters(),
}),
registry: new Registry([
...defaultRegistryTypes,
Expand Down

0 comments on commit e6f79e0

Please sign in to comment.