Skip to content

Commit aab098c

Browse files
committed
ver
1 parent 718cb6a commit aab098c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<DefaultVersion>2.12.1</DefaultVersion>
4+
<DefaultVersion>2.13.0</DefaultVersion>
55
<DefaultTargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</DefaultTargetFrameworks>
66
</PropertyGroup>
77

Thirdweb/Thirdweb.Utils/Constants.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
public static class Constants
44
{
5+
public const string VERSION = "2.13.0";
6+
57
public const string IERC20_INTERFACE_ID = "0x36372b07";
68
public const string IERC721_INTERFACE_ID = "0x80ac58cd";
79
public const string IERC1155_INTERFACE_ID = "0xd9b67a26";
@@ -25,7 +27,6 @@ public static class Constants
2527
public const string REDIRECT_HTML =
2628
"<html lang=\"en\" style=\"background-color:#050505;color:#fff\"><body style=\"position:relative;display:flex;flex-direction:column;height:100%;width:100%;margin:0;justify-content:center;align-items:center;text-align:center;overflow:hidden\"><div style=\"position:fixed;top:0;left:50%;background-image:radial-gradient(ellipse at center,hsl(260deg 78% 35% / 40%),transparent 60%);width:2400px;height:1400px;transform:translate(-50%,-50%);z-index:-1\"></div><h1>Authentication Complete!</h1><h2>You may close this tab now and return to the game</h2></body></html>";
2729

28-
internal const string VERSION = "2.12.1";
2930
internal const int DEFAULT_FETCH_TIMEOUT = 120000;
3031
internal const string DUMMY_SIG = "0xfffffffffffffffffffffffffffffff0000000000000000000000000000000007aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1c";
3132
internal const string DUMMY_PAYMASTER_AND_DATA_HEX =

0 commit comments

Comments
 (0)