diff --git a/components/brave_wallet_ui/common/wallet_api_proxy.js b/components/brave_wallet_ui/common/wallet_api_proxy.js index 886351bfa882..d4c26c187fd5 100644 --- a/components/brave_wallet_ui/common/wallet_api_proxy.js +++ b/components/brave_wallet_ui/common/wallet_api_proxy.js @@ -50,7 +50,7 @@ export default class WalletApiProxy { }, onAddEthereumChainRequestCompleted: function (chainId, error) { }, - onEip1559Changed: function (chainId, isEip1559) { + onIsEip1559Changed: function (chainId, isEip1559) { store.dispatch(WalletActions.isEip1559Changed({ chainId, isEip1559 })) } })