Skip to content

Add union-testnet-9 #2230

Add union-testnet-9

Add union-testnet-9 #2230

GitHub Actions / clippy failed Dec 13, 2024 in 0s

clippy

3 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 3
Warning 0
Note 0
Help 0

Versions

  • rustc 1.84.0-beta.4 (202008a1b 2024-12-07)
  • cargo 1.84.0-beta.4 (66221abde 2024-11-19)
  • clippy 0.1.84 (202008a1b8 2024-12-07)

Annotations

Check failure on line 10 in packages/cw-orch-networks/src/networks/union.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated constant `networks::union::UNION_TESTNET_8`

error: use of deprecated constant `networks::union::UNION_TESTNET_8`
  --> packages/cw-orch-networks/src/networks/union.rs:10:38
   |
10 | pub const UNION_TESTNET: ChainInfo = UNION_TESTNET_8;
   |                                      ^^^^^^^^^^^^^^^

Check failure on line 85 in packages/cw-orch-networks/src/networks/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated constant `networks::union::UNION_TESTNET_8`

error: use of deprecated constant `networks::union::UNION_TESTNET_8`
  --> packages/cw-orch-networks/src/networks/mod.rs:85:5
   |
85 |     UNION_TESTNET_8,
   |     ^^^^^^^^^^^^^^^

Check failure on line 22 in packages/cw-orch-networks/src/networks/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated constant `networks::union::UNION_TESTNET_8`

error: use of deprecated constant `networks::union::UNION_TESTNET_8`
  --> packages/cw-orch-networks/src/networks/mod.rs:22:29
   |
22 | use crate::networks::union::UNION_TESTNET_8;
   |                             ^^^^^^^^^^^^^^^
   |
   = note: `-D deprecated` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(deprecated)]`