UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

40 lines 672 B
export const c = [ 'Order', 'Bid', 'Ask', 'Buy', 'Sell', 'Deposit', 'Withdraw', 'Stake', 'Unstake', 'Claim', 'Long', 'Short', 'Futures', 'Perpetual', 'Earn', 'Charge', 'Grant', 'Lockup', 'Vesting', 'Listing', ]; export const o = ['General', 'Market', 'Limit', 'Debit', 'Prepaid', 'Postpaid', 'Linear', 'Cliff', 'Rate']; export const s = [ 'Pending', 'Filled', 'Claimable', 'Complete', 'Cancel', 'Open', 'Close', 'Liquidated', 'Requested', 'Paid', 'Shipping', 'Proceeding', 'Terminated', 'Expired', ]; //# sourceMappingURL=history.js.map