Skip to content

Commit

Permalink
update default node url (FuelLabs#136)
Browse files Browse the repository at this point in the history
use localhost 127.0.0.1 instead of 0.0.0.0
  • Loading branch information
Voxelot authored Aug 11, 2021
1 parent e6e632f commit eacd3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc/src/utils/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pub const SWAY_PREDICATE: &'static str = "predicate";
pub const SWAY_LIBRARY: &'static str = "library";
pub const SWAY_SCRIPT: &'static str = "script";
pub const SWAY_CONTRACT: &'static str = "contract";
pub const DEFAULT_NODE_URL: &'static str = "0.0.0.0:4000";
pub const DEFAULT_NODE_URL: &'static str = "127.0.0.1:4000";

0 comments on commit eacd3b0

Please sign in to comment.