Skip to content

Commit

Permalink
add decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 26, 2023
1 parent 4ec7974 commit c57d6f9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions x/cronos/events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ var (
transfertypes.AttributeKeyDenom: ReturnStringAsIs,
}
IcaValueDecoders = ValueDecoders{
channeltypes.AttributeKeyChannelID: ReturnStringAsIs,
channeltypes.AttributeKeyPortID: ReturnStringAsIs,
cronoseventstypes.AttributeKeySeq: ConvertUint64,
channeltypes.AttributeKeyChannelID: ReturnStringAsIs,
channeltypes.AttributeKeyPortID: ReturnStringAsIs,
cronoseventstypes.AttributeKeySeq: ConvertUint64,
cronoseventstypes.AttributeKeyPacketSenderAddress: ReturnStringAsIs,
cronoseventstypes.AttributeKeyPacket: ReturnStringAsIs,
cronoseventstypes.AttributeKeyAcknowledgement: ReturnStringAsIs,
}
)

Expand Down

0 comments on commit c57d6f9

Please sign in to comment.