Skip to content

Commit bfc8c71

Browse files
committed
ver
1 parent faf6b5d commit bfc8c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Thirdweb/Core/Scripts/Contract.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public async Task<Transaction> Prepare(string functionName, string from = null,
122122
/// </summary>
123123
/// <param name="functionName">The name of the contract function.</param>
124124
/// <param name="args">The function arguments.</param>
125-
/// <returns>The encoded function call as a string.</returns>
125+
/// <returns>The encoded function data as a string.</returns>
126126
public string Encode(string functionName, params object[] args)
127127
{
128128
var contract = new Web3(ThirdwebManager.Instance.SDK.session.RPC).Eth.GetContract(this.abi, this.address);

ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ PlayerSettings:
136136
16:10: 1
137137
16:9: 1
138138
Others: 1
139-
bundleVersion: 2.2.1
139+
bundleVersion: 2.2.2
140140
preloadedAssets: []
141141
metroInputSource: 0
142142
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)