diff --git a/src/Packages/Marketplace/Runtime/Bridge/Bridge.cs b/src/Packages/Marketplace/Runtime/Bridge/Bridge.cs index d1b38cb53..d84421b35 100644 --- a/src/Packages/Marketplace/Runtime/Bridge/Bridge.cs +++ b/src/Packages/Marketplace/Runtime/Bridge/Bridge.cs @@ -34,7 +34,7 @@ public Bridge(string environment) /// The address of the token being moved to (default is null). /// The ID of the destination blockchain (default is null). /// A bridge URL. - public string GetLink(string? fromTokenAddress, string? fromChain, string? toTokenAddress, string? toChain) + public string GetLink(string? fromTokenAddress = null, string? fromChain = null, string? toTokenAddress = null, string? toChain = null) { var baseUrl = BaseUrls[_environment];