File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <DefaultVersion >1.3 .0</DefaultVersion >
4
+ <DefaultVersion >1.4 .0</DefaultVersion >
5
5
<DefaultTargetFrameworks >netstandard2.1;net6.0;net7.0;net8.0</DefaultTargetFrameworks >
6
6
</PropertyGroup >
7
7
<PropertyGroup Label =" C#" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public static class Constants
6
6
public const string NATIVE_TOKEN_ADDRESS = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" ;
7
7
public const double DECIMALS_18 = 1000000000000000000 ;
8
8
9
- internal const string VERSION = "1.3 .0" ;
9
+ internal const string VERSION = "1.4 .0" ;
10
10
internal const int DEFAULT_FETCH_TIMEOUT = 60000 ;
11
11
internal const string DEFAULT_ENTRYPOINT_ADDRESS = "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789" ; // v0.6
12
12
internal const string DEFAULT_FACTORY_ADDRESS = "0x85e23b94e7F5E9cC1fF78BCe78cfb15B81f0DF00" ; // v0.6
You can’t perform that action at this time.
0 commit comments