Skip to content

Commit

Permalink
fix: add SANCHONET network enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-PhucNguyen5 committed Nov 22, 2023
1 parent 5619f45 commit 1bb77b6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
package org.cardanofoundation.authentication.model.enums;

public enum ENetworkType {
MAIN_NET, TEST_NET, PRE_PROD, PREVIEW
MAIN_NET, TEST_NET, PRE_PROD, PREVIEW, SANCHONET
}

0 comments on commit 1bb77b6

Please sign in to comment.