You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Packages/Marketplace/Runtime/LinkFactory.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ public static string GenerateOnRampLink(
111
111
/// <param name="environment">Specifies the environment (<c>Sandbox</c> or <c>Production</c>).</param>
112
112
/// <param name="publishableKey">The publishable key obtained from <a href="https://hub.immutable.com/">Immutable Hub</a>. See <a href="https://docs.immutable.com/api/zkEVM/apikeys">API keys</a> for more details.</param>
113
113
/// <param name="queryParams">The query parameters for the swap flow. Uses default values if not specified.</param>
114
-
/// <returns>A swap URL.</returns>
114
+
/// <returns>The generated swap URL.</returns>
115
115
publicstaticstringGenerateSwapLink(
116
116
Environmentenvironment,
117
117
stringpublishableKey,
@@ -141,7 +141,7 @@ public static string GenerateSwapLink(
141
141
/// </summary>
142
142
/// <param name="environment">Specifies the environment (<c>Sandbox</c> or <c>Production</c>).</param>
143
143
/// <param name="queryParams">The query parameters for the bridge flow. Uses default values if not specified.</param>
0 commit comments