Skip to content

Commit

Permalink
fix: @Nuttymoon suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Gauthier Leonard <[email protected]>
  • Loading branch information
servalD and Nuttymoon authored Feb 9, 2024
1 parent edea176 commit a731589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ash_sdk/src/avalanche/blockchains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl From<Blockchain> for AvalancheBlockchain {
#[cfg(test)]
mod tests {
use super::*;
use crate::avalanche::{vms::encode_genesis_data, AvalancheNetwork, AvalancheSubnet, vms::subnet_evm::AVAX_SUBNET_EVM_ID};
use crate::avalanche::{vms::{encode_genesis_data, subnet_evm::AVAX_SUBNET_EVM_ID}, AvalancheNetwork, AvalancheSubnet};
use std::{env, fs, str::FromStr};

const AVAX_EWOQ_PRIVATE_KEY: &str =
Expand Down

0 comments on commit a731589

Please sign in to comment.