Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Apr 3, 2024
1 parent 6c22817 commit 8d643e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DefaultVersion>0.0.3</DefaultVersion>
<DefaultVersion>0.0.4</DefaultVersion>
<DefaultTargetFrameworks>netstandard2.1;net6.0;net7.0;</DefaultTargetFrameworks>
</PropertyGroup>
<PropertyGroup Label="C#">
Expand Down
2 changes: 1 addition & 1 deletion Thirdweb/Thirdweb.Utils/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static class Constants
public const string NATIVE_TOKEN_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE";
public const double DECIMALS_18 = 1000000000000000000;

internal const string VERSION = "0.0.3";
internal const string VERSION = "0.0.4";
internal const int DEFAULT_FETCH_TIMEOUT = 60000;
internal const string DEFAULT_ENTRYPOINT_ADDRESS = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"; // v0.6
internal const string DUMMY_SIG = "0xfffffffffffffffffffffffffffffff0000000000000000000000000000000007aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1c";
Expand Down

0 comments on commit 8d643e7

Please sign in to comment.