Skip to content

Commit

Permalink
refactored: ALL_NETWORK_IPS ignored for sonar checks
Browse files Browse the repository at this point in the history
Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain committed Dec 13, 2024
1 parent d87a55f commit fa31f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants/ClientConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const ALL_WEB_NETWORK_NODES = {
...WEB_PREVIEWNET,
};

// sonar-ignore-start
/**
* @type {Record<string, string>}
*/
Expand Down Expand Up @@ -182,3 +183,4 @@ export const ALL_NETWORK_IPS = {
"50.18.17.93": "0.0.9",
"34.125.23.49": "0.0.9",
};
// sonar-ignore-end

0 comments on commit fa31f19

Please sign in to comment.