We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbcd53 commit 4a4c96fCopy full SHA for 4a4c96f
src/Packages/Marketplace/Runtime/Bridge/Bridge.cs
@@ -47,7 +47,7 @@ public string GetLink(string? fromTokenAddress = null, string? fromChain = null,
47
queryParams["fromChain"] = fromChain;
48
49
if (!string.IsNullOrEmpty(toTokenAddress))
50
- queryParams["toTokenAddress"] = toTokenAddress;
+ queryParams["toToken"] = toTokenAddress;
51
52
if (!string.IsNullOrEmpty(toChain))
53
queryParams["toChain"] = toChain;
0 commit comments