File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
cw-orch/src/daemon/networks Expand file tree Collapse file tree 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 {
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) ]
4141pub const CONSTANTINE_1 : ChainInfo = ChainInfo {
4242 kind : ChainKind :: Testnet ,
Original file line number Diff line number Diff 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) ]
5453pub const UNI_5 : ChainInfo = ChainInfo {
5554 kind : ChainKind :: Testnet ,
You can’t perform that action at this time.
0 commit comments