mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-29 09:07:59 +03:00
Strictest / tests / minor improvements
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { type TypedDataSigner } from '@ethersproject/abstract-signer';
|
||||
import type { TypedDataSigner } from '@ethersproject/abstract-signer';
|
||||
import BigNumber from 'bignumber.js';
|
||||
import { type ethers } from 'ethers';
|
||||
import type { ethers } from 'ethers';
|
||||
import { joinSignature, splitSignature } from 'ethers/lib/utils';
|
||||
import { INTERNAL_ORION_PRECISION } from '../constants';
|
||||
import ORDER_TYPES from '../constants/orderTypes';
|
||||
import { type Order, type SignedOrder, type SupportedChainId } from '../types';
|
||||
import type { Order, SignedOrder, SupportedChainId } from '../types';
|
||||
import normalizeNumber from '../utils/normalizeNumber';
|
||||
import getDomainData from './getDomainData';
|
||||
import hashOrder from './hashOrder';
|
||||
|
||||
Reference in New Issue
Block a user