This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: throttle balance syncer + remove WC patch (#3848)
- Loading branch information
Showing
11 changed files
with
108 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/node_modules/bnc-onboard/dist/cjs/onboard-d16018d5.js b/node_modules/bnc-onboard/dist/cjs/onboard-d16018d5.js | ||
index df8c3c3..de97415 100644 | ||
--- a/node_modules/bnc-onboard/dist/cjs/onboard-d16018d5.js | ||
+++ b/node_modules/bnc-onboard/dist/cjs/onboard-d16018d5.js | ||
@@ -2536,7 +2536,7 @@ function initializeStores() { | ||
balance = get_store_value(app).dappId ? createBalanceStore(null) : createWalletStateSliceStore({ | ||
parameter: 'balance', | ||
initialState: null, | ||
- intervalSetting: 1000 | ||
+ intervalSetting: 1000 * 60 * 60 | ||
}); | ||
wallet = writable({ | ||
name: null, | ||
diff --git a/node_modules/bnc-onboard/dist/esm/onboard-59ef9a1c.js b/node_modules/bnc-onboard/dist/esm/onboard-59ef9a1c.js | ||
index 92a3dc6..3c877f2 100644 | ||
--- a/node_modules/bnc-onboard/dist/esm/onboard-59ef9a1c.js | ||
+++ b/node_modules/bnc-onboard/dist/esm/onboard-59ef9a1c.js | ||
@@ -2502,7 +2502,7 @@ function initializeStores() { | ||
balance = get_store_value(app).dappId ? createBalanceStore(null) : createWalletStateSliceStore({ | ||
parameter: 'balance', | ||
initialState: null, | ||
- intervalSetting: 1000 | ||
+ intervalSetting: 1000 * 60 * 60 | ||
}); | ||
wallet = writable({ | ||
name: null, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.