@override Future<void> setBlockchainNetworkEnvironment({required String newUrl}) async { ethereumRpcClient.networkClient.setUrl(newUrl); }