Skip to content

Commit 4a4c96f

Browse files
committed
fix: bridge url param
1 parent 3dbcd53 commit 4a4c96f

File tree

1 file changed

+1
-1
lines changed
  • src/Packages/Marketplace/Runtime/Bridge

1 file changed

+1
-1
lines changed

src/Packages/Marketplace/Runtime/Bridge/Bridge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public string GetLink(string? fromTokenAddress = null, string? fromChain = null,
4747
queryParams["fromChain"] = fromChain;
4848

4949
if (!string.IsNullOrEmpty(toTokenAddress))
50-
queryParams["toTokenAddress"] = toTokenAddress;
50+
queryParams["toToken"] = toTokenAddress;
5151

5252
if (!string.IsNullOrEmpty(toChain))
5353
queryParams["toChain"] = toChain;

0 commit comments

Comments
 (0)