Skip to content

Commit 57c9ee0

Browse files
committed
Add ibc callbacks entrypoints to enum
1 parent 75e1301 commit 57c9ee0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/vm/src/static_analysis.rs

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ pub enum Entrypoint {
3333
IbcPacketAck,
3434
#[strum(serialize = "ibc_packet_timeout")]
3535
IbcPacketTimeout,
36+
#[strum(serialize = "ibc_source_callback")]
37+
IbcSourceCallback,
38+
#[strum(serialize = "ibc_destination_callback")]
39+
IbcDestinationCallback,
3640
#[strum(serialize = "ibc2_packet_receive")]
3741
Ibc2PacketReceive,
3842
}

0 commit comments

Comments
 (0)