Skip to content

Commit 3276ba2

Browse files
ThibaultJRDFabrice Bascoulerguelebascou
authored
Bring changes to production (#43)
* Fix MsgTimeout * Bump version to 0.7.5 Co-authored-by: Fabrice Bascoulergue <fabrice@flashgap.com> Co-authored-by: Fabrice Bascoulergue <3663159+lebascou@users.noreply.github.com> Co-authored-by: Fabrice Bascoulergue <lebascou@users.noreply.github.com>
1 parent 600ab63 commit 3276ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lum-network/sdk-javascript",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"license": "Apache-2.0",
55
"description": "Javascript SDK library for NodeJS and Web browsers to interact with the Lum Network.",
66
"homepage": "https://github.com/lum-network/sdk-javascript#readme",

src/registry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const registryTypes: Iterable<[string, GeneratedType]> = [
8686
['/ibc.core.channel.v1.MsgChannelCloseInit', MsgChannelCloseInit],
8787
['/ibc.core.channel.v1.MsgChannelCloseConfirm', MsgChannelCloseConfirm],
8888
['/ibc.core.channel.v1.MsgRecvPacket', MsgRecvPacket],
89-
['/ibc.core.channel.v1.MsgTimeout ', MsgTimeout],
89+
['/ibc.core.channel.v1.MsgTimeout', MsgTimeout],
9090
['/ibc.core.channel.v1.MsgTimeoutOnClose', MsgTimeoutOnClose],
9191
['/ibc.core.channel.v1.MsgAcknowledgement', MsgAcknowledgement],
9292
['/ibc.core.client.v1.MsgCreateClient', MsgCreateClient],

0 commit comments

Comments
 (0)