Skip to content

Commit deaa1c7

Browse files
authored
Merge pull request #53 from Giveth/new_release
Update comment
2 parents a355966 + f856f29 commit deaa1c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NetworkSelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function getCorrectNetworkIdBasedOnEnv(networkId: number) {
4040
? NETWORK_IDS.MORDOR_ETC_TESTNET
4141
: NETWORK_IDS.ETC;
4242
case NETWORK_IDS.STELLAR_MAINNET:
43+
// We are not using the stellar test network in the project, use same network ID for dev and prod
4344
return isDevelopment
4445
? NETWORK_IDS.STELLAR_TESTNET
4546
: NETWORK_IDS.STELLAR_MAINNET;

0 commit comments

Comments
 (0)