@cowprotocol/cow-sdk 6.0.0-RC.19 → 6.0.0-RC.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,7 +16,7 @@ export declare function getTokenSymbol(tokenAddress: string, chainConfig: Across
|
|
|
16
16
|
export declare function getTokenAddress(tokenSymbol: string, chainConfig: AcrossChainConfig): string | undefined;
|
|
17
17
|
export declare function toBridgeQuoteResult(request: QuoteBridgeRequest, slippageBps: number, suggestedFees: SuggestedFeesResponse): AcrossQuoteResult;
|
|
18
18
|
/**
|
|
19
|
-
* pct
|
|
19
|
+
* pct represents a percentage.
|
|
20
20
|
*
|
|
21
21
|
* Note: 1% is represented as 1e16, 100% is 1e18, 50% is 5e17, etc. These values are in the same format that the contract understands.
|
|
22
22
|
*
|