Skip to content

Commit

Permalink
ci: fix test_get_current_validators
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon committed Apr 19, 2024
1 parent af4e386 commit dbf2c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ash_sdk/src/avalanche/jsonrpc/platformvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ mod tests {
const AVAX_FUJI_CCHAIN_ID: &str = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp";
const AVAX_FUJI_XCHAIN_ID: &str = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm";
// ID of a node operated by Ava Labs
const AVAX_FUJI_NODE_ID: &str = "NodeID-4B4rc5vdD1758JSBYL1xyvE5NHGzz6xzH";
const AVAX_FUJI_NODE_ID: &str = "NodeID-4KXitMCoE9p2BHA6VzXtaTxLoEjNDo2Pt";

// Load the test network from the ASH_TEST_CONFIG file
fn load_test_network() -> AvalancheNetwork {
Expand Down

0 comments on commit dbf2c49

Please sign in to comment.