From 70bddbe91cfff563388c9c20d73e952da74c77f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bene=C5=A1?= Date: Mon, 4 Dec 2023 17:09:51 +0100 Subject: [PATCH] renaming state info --- yarn-project/types/src/interfaces/index.ts | 2 +- .../interfaces/{state_provider.ts => state_info_provider.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename yarn-project/types/src/interfaces/{state_provider.ts => state_info_provider.ts} (100%) diff --git a/yarn-project/types/src/interfaces/index.ts b/yarn-project/types/src/interfaces/index.ts index f351287cab2..e0cbc82677c 100644 --- a/yarn-project/types/src/interfaces/index.ts +++ b/yarn-project/types/src/interfaces/index.ts @@ -1,4 +1,4 @@ -export * from './state_provider.js'; +export * from './state_info_provider.js'; export * from './hasher.js'; export * from './aztec-node.js'; export * from './pxe.js'; diff --git a/yarn-project/types/src/interfaces/state_provider.ts b/yarn-project/types/src/interfaces/state_info_provider.ts similarity index 100% rename from yarn-project/types/src/interfaces/state_provider.ts rename to yarn-project/types/src/interfaces/state_info_provider.ts