diff --git a/plugins/idb.js b/plugins/idb.js index 9e179ec..c7b894f 100644 --- a/plugins/idb.js +++ b/plugins/idb.js @@ -39,7 +39,7 @@ class IndexedDB { return } - this.db = await openDB(this.dbName, 31, this.options) // version (optional): Schema version, or undefined to open the current version. + this.db = await openDB(this.dbName, 32, this.options) // version (optional): Schema version, or undefined to open the current version. this.onEventHandler() this.dbExists = true diff --git a/static/events/deposits_bnb_0.1.json.zip b/static/events/deposits_bnb_0.1.json.zip index 3183626..20d6532 100644 Binary files a/static/events/deposits_bnb_0.1.json.zip and b/static/events/deposits_bnb_0.1.json.zip differ diff --git a/static/events/deposits_bnb_1.json.zip b/static/events/deposits_bnb_1.json.zip index f02adc2..4a75333 100644 Binary files a/static/events/deposits_bnb_1.json.zip and b/static/events/deposits_bnb_1.json.zip differ diff --git a/static/events/deposits_bnb_10.json.zip b/static/events/deposits_bnb_10.json.zip index 7d7a315..f6bf7f9 100644 Binary files a/static/events/deposits_bnb_10.json.zip and b/static/events/deposits_bnb_10.json.zip differ diff --git a/static/events/deposits_bnb_100.json.zip b/static/events/deposits_bnb_100.json.zip index 0ff7332..d29253d 100644 Binary files a/static/events/deposits_bnb_100.json.zip and b/static/events/deposits_bnb_100.json.zip differ diff --git a/static/events/withdrawals_bnb_0.1.json.zip b/static/events/withdrawals_bnb_0.1.json.zip index 0b1cca6..9aca71e 100644 Binary files a/static/events/withdrawals_bnb_0.1.json.zip and b/static/events/withdrawals_bnb_0.1.json.zip differ diff --git a/static/events/withdrawals_bnb_1.json.zip b/static/events/withdrawals_bnb_1.json.zip index df940ef..4f1be1b 100644 Binary files a/static/events/withdrawals_bnb_1.json.zip and b/static/events/withdrawals_bnb_1.json.zip differ diff --git a/static/events/withdrawals_bnb_10.json.zip b/static/events/withdrawals_bnb_10.json.zip index 3c185bc..2df04c5 100644 Binary files a/static/events/withdrawals_bnb_10.json.zip and b/static/events/withdrawals_bnb_10.json.zip differ diff --git a/static/events/withdrawals_bnb_100.json.zip b/static/events/withdrawals_bnb_100.json.zip index c18f1e3..f5f2420 100644 Binary files a/static/events/withdrawals_bnb_100.json.zip and b/static/events/withdrawals_bnb_100.json.zip differ