Skip to content

Commit

Permalink
feat: ✨ add AlgorandNetwork.LocalNet enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonboukheir committed Oct 24, 2023
1 parent 4243b88 commit f7a9fd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Runtime/Algorand.Unity/Blockchain/AlgorandNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ public enum AlgorandNetwork
/// </summary>
None,

/// <summary>
/// A local Algorand network running on the user's host machine.
/// </summary>
LocalNet,

/// <summary>
/// The Algorand <see href="https://developer.algorand.org/docs/get-details/algorand-networks/testnet/">TestNet</see>
/// </summary>
Expand Down

0 comments on commit f7a9fd7

Please sign in to comment.