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 fa31f19 commit 2980b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants/ClientConstants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// sonarcloud-ignore-all
import AccountId from "../account/AccountId.js";

// MAINNET node proxies are the same for both 'WebClient' and 'NativeClient'
Expand Down Expand Up @@ -74,7 +75,6 @@ export const ALL_WEB_NETWORK_NODES = {
...WEB_PREVIEWNET,
};

// sonar-ignore-start
/**
* @type {Record<string, string>}
*/
Expand Down Expand Up @@ -183,4 +183,3 @@ 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 2980b23

Please sign in to comment.