mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-29 09:07:59 +03:00
Updated signSFDOrder
Version 0.18.14
This commit is contained in:
@@ -26,7 +26,7 @@ export const signCFDOrder = async (
|
||||
signer: ethers.Signer,
|
||||
chainId: SupportedChainId,
|
||||
stopPrice: BigNumber.Value | undefined,
|
||||
isFromDelegate: boolean | undefined,
|
||||
isFromDelegate?: boolean,
|
||||
) => {
|
||||
const nonce = Date.now();
|
||||
const expiration = nonce + DEFAULT_EXPIRATION;
|
||||
|
||||
Reference in New Issue
Block a user