Skip to content

Commit

Permalink
fix server time url (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
aphexyuri authored Jul 2, 2024
1 parent 950fa74 commit 561fd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Treasure/TDK/Runtime/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static class Constants
public const string PPREFS_EPOCH_DIFF = "treasure.epoch_diff";

// misc values
public const string SERVER_TIME_ENDPOINT_DEV = "https://darkmatter-dev.treasure.lol/utils/time-unix"; //"https://trove-api.treasure.lol/v1/time";
public const string SERVER_TIME_ENDPOINT_DEV = "https://darkmatter.spellcaster.lol/utils/time-unix"; //"https://trove-api.treasure.lol/v1/time";
public const string SERVER_TIME_ENDPOINT_PROD = "https://darkmatter.treasure.lol/utils/time-unix"; //"https://trove-api.treasure.lol/v1/time";

// contract accresses
Expand Down
2 changes: 1 addition & 1 deletion Assets/Treasure/TDK/Runtime/TDKVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public static class TDKVersion
{
public static string name = "tdk-unity";
public static string version = "0.4.1";
public static string version = "0.4.2";
}
}

0 comments on commit 561fd31

Please sign in to comment.