fix(explorer): fix lp tx filters (#6015)
This commit is contained in:
parent
ab6c67fd37
commit
1511772849
@ -16,12 +16,12 @@ import { FilterLabel } from './tx-filter-label';
|
|||||||
|
|
||||||
// All possible transaction types. Should be generated.
|
// All possible transaction types. Should be generated.
|
||||||
export type FilterOption =
|
export type FilterOption =
|
||||||
| 'Amend LiquidityProvision Order'
|
| 'Amend Liquidity Provision Order'
|
||||||
| 'Amend Order'
|
| 'Amend Order'
|
||||||
| 'Apply Referral Code'
|
| 'Apply Referral Code'
|
||||||
| 'Batch Market Instructions'
|
| 'Batch Market Instructions'
|
||||||
| 'Batch Proposal'
|
| 'Batch Proposal'
|
||||||
| 'Cancel LiquidityProvision Order'
|
| 'Cancel Liquidity Provision Order'
|
||||||
| 'Cancel Order'
|
| 'Cancel Order'
|
||||||
| 'Cancel Transfer Funds'
|
| 'Cancel Transfer Funds'
|
||||||
| 'Chain Event'
|
| 'Chain Event'
|
||||||
@ -53,10 +53,10 @@ export type FilterOption =
|
|||||||
|
|
||||||
export const filterOptions: Record<string, FilterOption[]> = {
|
export const filterOptions: Record<string, FilterOption[]> = {
|
||||||
'Market Instructions': [
|
'Market Instructions': [
|
||||||
'Amend LiquidityProvision Order',
|
'Amend Liquidity Provision Order',
|
||||||
'Amend Order',
|
'Amend Order',
|
||||||
'Batch Market Instructions',
|
'Batch Market Instructions',
|
||||||
'Cancel LiquidityProvision Order',
|
'Cancel Liquidity Provision Order',
|
||||||
'Cancel Order',
|
'Cancel Order',
|
||||||
'Liquidity Provision Order',
|
'Liquidity Provision Order',
|
||||||
'Stop Orders Submission',
|
'Stop Orders Submission',
|
||||||
|
Loading…
Reference in New Issue
Block a user