diff --git a/suite-native/discovery/src/discoveryThunks.ts b/suite-native/discovery/src/discoveryThunks.ts index b22d3914707..4878563b8c6 100644 --- a/suite-native/discovery/src/discoveryThunks.ts +++ b/suite-native/discovery/src/discoveryThunks.ts @@ -237,7 +237,7 @@ export const addAndDiscoverNetworkAccountThunk = createThunk( accountType, ); - const index = accounts.length + 1; + const index = accounts.length; if (index > LIMIT) { return undefined;