Skip to content

Commit

Permalink
Merge pull request #60 from axieinfinity/merge/release/v0.2.0-feature…
Browse files Browse the repository at this point in the history
…/absolute-path

chore(`absolute-path`): merge from `release/v0.2.0`
  • Loading branch information
TuDo1403 authored Jan 23, 2024
2 parents d16317a + 8c72842 commit 063cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/configs/NetworkConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ abstract contract NetworkConfig is INetworkConfig {
currentFork = forkId;
} catch {
console.log(StdStyle.yellow("NetworkConfig: fork mode disabled, no active fork"));
return NULL_FORK_ID;
currentFork = NULL_FORK_ID;
}

if (chainId == block.chainid) return currentFork;
Expand Down

0 comments on commit 063cabb

Please sign in to comment.