1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 15:50:28 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey e5a050b36f
Remove unused parameters from setProviderType (#11270)
Only the first parameter, `type`, was ever passed in. The others are
superfluous. The defaults have been set directly instead.

It's a bit silly to set the `rpcUrl` and `nickname` to an empty string,
but to make this more sensible would take much more effort. This at
least is simpler and guaranteed to be equivalent.
2021-06-10 13:54:18 -02:30
..
ens use safer toChecksum utility (#11117) 2021-05-17 16:19:39 -05:00
network Remove unused parameters from setProviderType (#11270) 2021-06-10 13:54:18 -02:30
permissions Fix _getPermittedAccounts type safety (#10819) 2021-04-05 11:32:46 -07:00
transactions Add gas constants (#11248) 2021-06-08 10:25:48 -05:00
alert.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
app-state.js Adding periodic reminder modal for backing up recovery phrase (#11021) 2021-06-04 23:33:58 -07:00
cached-balances.js cache balances by chain id (#10545) 2021-03-02 16:53:07 -06:00
cached-balances.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
detect-tokens.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
detect-tokens.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
incoming-transactions.js refactor incoming tx controller (#10639) 2021-03-19 16:54:30 -05:00
incoming-transactions.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
metametrics.js Add stringified payload to metametrics controller trackEvent error message (#11166) 2021-05-24 16:57:07 -02:30
metametrics.test.js use one segment instance (#10915) 2021-04-26 11:05:43 -05:00
onboarding.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
preferences.js create safer isValidAddress method (#11089) 2021-05-17 14:00:59 -05:00
preferences.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
swaps.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
swaps.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
threebox.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
token-rates-controller.test.js Use strict assertion mode everywhere (#11012) 2021-05-07 17:08:24 -02:30
token-rates.js use safer toChecksum utility (#11117) 2021-05-17 16:19:39 -05:00