Skip to content

Commit 0828f4a

Browse files
committed
Format
1 parent 3c2858d commit 0828f4a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

cw-orch/src/daemon/networks/archway.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ pub const ARCHWAY_1: ChainInfo = ChainInfo {
3535
// ANCHOR_END: archway
3636

3737
#[deprecated(
38-
since = "0.6.1",
39-
note = "Constantine-1 does not exist anymore. Use Constantine-3 instead."
38+
since = "0.6.1",
39+
note = "Constantine-1 does not exist anymore. Use Constantine-3 instead."
4040
)]
4141
pub const CONSTANTINE_1: ChainInfo = ChainInfo {
4242
kind: ChainKind::Testnet,

cw-orch/src/daemon/networks/juno.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ pub const LOCAL_JUNO: ChainInfo = ChainInfo {
4646
};
4747
// ANCHOR_END: juno
4848

49-
5049
#[deprecated(
51-
since = "0.6.1",
52-
note = "Uni-5 does not exist anymore. Use Uni-6 instead."
50+
since = "0.6.1",
51+
note = "Uni-5 does not exist anymore. Use Uni-6 instead."
5352
)]
5453
pub const UNI_5: ChainInfo = ChainInfo {
5554
kind: ChainKind::Testnet,

0 commit comments

Comments
 (0)