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