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