Skip to content

Commit 78d78bc

Browse files
test: updated workflow testing
1 parent ba1e404 commit 78d78bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/Assets/Scripts/Passport/_tutorials/SetCallTimeout/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Set Call Timeout feature allows developers to configure the timeout duration
1616

1717
### Feature: SetCallTimeout
1818

19-
The Set Call Timeout feature provides a simple way to adjust the timeout duration for network calls made through the Passport SDK. When making API calls to blockchain networks or authentication services, network latency can sometimes cause delays. This feature gives developers control over how long their application should wait before considering a request as failed due to timeout.
19+
The Set Call Timeout feature provides a simple way to adjust the timeout duration for network calls made through the Passport SDK. When making API calls to blockchain networks or authentication services, network latency can sometimes cause delays. This feature gives developers control over how long their application should wait before considering a request as failed due to timeout
2020

2121
```csharp title="SetCallTimeoutScript" manualLink="https://github.com/immutable/unity-immutable-sdk/blob/main/sample/Assets/Scripts/Passport/Other/SetCallTimeout/SetCallTimeoutScript.cs"
2222
using UnityEngine;

sample/Assets/Scripts/Passport/features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ImxNftTransfer": "ImxNftTransferScript.cs",
1414
"ImxIsRegisteredOffchain": "ImxIsRegisteredOffchainScript.cs"
1515
},
16-
"ZkEvm": {
16+
"Zkevm": {
1717
"ZkEvmConnect": "ZkEvmConnectScript.cs",
1818
"ZkEvmSendTransaction": "ZkEvmSendTransactionScript.cs",
1919
"ZkEvmGetBalance": "ZkEvmGetBalanceScript.cs",

0 commit comments

Comments
 (0)