Skip to content

Commit 03c7803

Browse files
committed
update channel-version in CW contract
1 parent a753d7e commit 03c7803

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: race-to-send-packets-CW/artifacts/checksums.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0915ee8b3f16cbd2cdd68b5496923458c22c452365612b34a2be08ae57ea2bf3 race_to_send_packets.wasm
1+
58cabd12f9cd869b0661f1505d215fc4d562af0f1bb79e185bf183084ca45d04 race_to_send_packets.wasm
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
317a177598d92d59f88364578b365161aedfc72fda526420190db4c3c5bb6f70 ./target/wasm32-unknown-unknown/release/race_to_send_packets.wasm
1+
441c538899c2dfd8f58bef0d005998af501b4dc755a70b5fdb2b4a1afaf65cc6 ./target/wasm32-unknown-unknown/release/race_to_send_packets.wasm
-20 Bytes
Binary file not shown.

Diff for: race-to-send-packets-CW/src/ibc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::{
1515
state::{State, CHANNEL_STATE},
1616
};
1717

18-
pub const IBC_VERSION: &str = "messenger-1";
18+
pub const IBC_VERSION: &str = "1.0";
1919

2020
/// Handles the `OpenInit` and `OpenTry` parts of the IBC handshake
2121
#[cfg_attr(not(feature = "library"), entry_point)]

0 commit comments

Comments
 (0)