Skip to content

Commit

Permalink
Disable channel indexing at this time
Browse files Browse the repository at this point in the history
  • Loading branch information
toliaqat committed May 7, 2024
1 parent fbd5e35 commit c09906b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,26 +80,26 @@ const project: CosmosProject = {
// },
// },
// },
{
handler: "handleIbcSendPacketEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "send_packet",
messageFilter: {
type: "/ibc.applications.transfer.v1.MsgTransfer",
},
},
},
{
handler: "handleIbcReceivePacketEvent",
kind: CosmosHandlerKind.Event,
filter: {
type: "recv_packet",
messageFilter: {
type: "/ibc.core.channel.v1.MsgRecvPacket",
},
},
},
// {
// handler: "handleIbcSendPacketEvent",
// kind: CosmosHandlerKind.Event,
// filter: {
// type: "send_packet",
// messageFilter: {
// type: "/ibc.applications.transfer.v1.MsgTransfer",
// },
// },
// },
// {
// handler: "handleIbcReceivePacketEvent",
// kind: CosmosHandlerKind.Event,
// filter: {
// type: "recv_packet",
// messageFilter: {
// type: "/ibc.core.channel.v1.MsgRecvPacket",
// },
// },
// },
{
handler: "handleStateChangeEvent",
kind: CosmosHandlerKind.Event,
Expand Down

0 comments on commit c09906b

Please sign in to comment.