File tree 2 files changed +4
-5
lines changed
cw-orch/src/daemon/networks
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ pub const ARCHWAY_1: ChainInfo = ChainInfo {
35
35
// ANCHOR_END: archway
36
36
37
37
#[ 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."
40
40
) ]
41
41
pub const CONSTANTINE_1 : ChainInfo = ChainInfo {
42
42
kind : ChainKind :: Testnet ,
Original file line number Diff line number Diff line change @@ -46,10 +46,9 @@ pub const LOCAL_JUNO: ChainInfo = ChainInfo {
46
46
} ;
47
47
// ANCHOR_END: juno
48
48
49
-
50
49
#[ 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."
53
52
) ]
54
53
pub const UNI_5 : ChainInfo = ChainInfo {
55
54
kind : ChainKind :: Testnet ,
You can’t perform that action at this time.
0 commit comments