mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-26 07:37:44 +03:00
update lockOrderTypes.ts
This commit is contained in:
@@ -40,7 +40,7 @@ export const signLockOrder = async ({
|
||||
INTERNAL_PROTOCOL_PRECISION,
|
||||
BigNumber.ROUND_FLOOR,
|
||||
)),
|
||||
targetChainId,
|
||||
targetChainId: Number(targetChainId),
|
||||
secretHash
|
||||
};
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ export type LockOrder = {
|
||||
expiration: number // uint64
|
||||
asset: string // address(?)
|
||||
amount: number // uint64
|
||||
targetChainId: SupportedChainId // uint64
|
||||
targetChainId: number // uint64
|
||||
secretHash: string // bytes32
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user