File tree 1 file changed +6
-6
lines changed
src/Packages/Marketplace/Runtime
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ public struct OnRampQueryParams
32
32
public struct SwapQueryParams
33
33
{
34
34
/// <summary>
35
- /// The address of the token being swapped from (default is null).
35
+ /// The address of the token being swapped from (default: null).
36
36
/// </summary>
37
37
public string ? FromTokenAddress { get ; set ; }
38
38
39
39
/// <summary>
40
- /// The address of the token being swapped to (default is null).
40
+ /// The address of the token being swapped to (default: null).
41
41
/// </summary>
42
42
public string ? ToTokenAddress { get ; set ; }
43
43
}
@@ -48,22 +48,22 @@ public struct SwapQueryParams
48
48
public struct BridgeQueryParams
49
49
{
50
50
/// <summary>
51
- /// The ID of the source blockchain (default is null).
51
+ /// The ID of the source blockchain (default: null).
52
52
/// </summary>
53
53
public string ? FromChainID { get ; set ; }
54
54
55
55
/// <summary>
56
- /// The address of the token being moved from (default is null).
56
+ /// The address of the token being moved from (default: null).
57
57
/// </summary>
58
58
public string ? FromTokenAddress { get ; set ; }
59
59
60
60
/// <summary>
61
- /// The ID of the destination blockchain (default is null).
61
+ /// The ID of the destination blockchain (default: null).
62
62
/// </summary>
63
63
public string ? ToChainID { get ; set ; }
64
64
65
65
/// <summary>
66
- /// The address of the token being moved to (default is null).
66
+ /// The address of the token being moved to (default: null).
67
67
/// </summary>
68
68
public string ? ToTokenAddress { get ; set ; }
69
69
}
You can’t perform that action at this time.
0 commit comments