diff --git a/docs/index.html b/docs/index.html
index 714cd0e..d083846 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -328,8 +328,8 @@
-
+
+
{{ filteredSortedEvents.length + '/' + Object.keys(txs).length }}
@@ -604,30 +604,10 @@
Welcome
txFee: null,
txFeeInReportingCurrency: null,
},
- punksSortOptions: [
- { value: 'punkidasc', text: '▲ PunkId' },
- { value: 'punkiddsc', text: '▼ PunkId' },
- ],
- activitySortOptions: [
+ eventsSortOptions: [
{ value: 'txorderasc', text: '▲ TxOrder' },
{ value: 'txorderdsc', text: '▼ TxOrder' },
],
- ownersSortOptions: [
- { value: 'count1asc', text: '▲ Σv1 Punks' },
- { value: 'count1dsc', text: '▼ Σv1 Punks' },
- { value: 'count2asc', text: '▲ Σv2 Punks' },
- { value: 'count2dsc', text: '▼ Σv2 Punks' },
- { value: 'count12asc', text: '▲ Σv1 & v2 Punks' },
- { value: 'count12dsc', text: '▼ Σv1 & v2 Punks' },
- { value: 'accountasc', text: '▲ Account' },
- { value: 'accountdsc', text: '▼ Account' },
- ],
- contractOptions: [
- { text: 'v1', value: 1 },
- { text: 'v2', value: 2 },
- { text: 'w1', value: 3 },
- { text: 'w2', value: 4 }
- ],
pageSizes: [
{ value: 5, text: '5' },
{ value: 10, text: '10' },