rename itegrator to indexer

This commit is contained in:
TheJuze
2023-11-08 13:44:39 +03:00
parent 8923d57b86
commit d86e7e9318
26 changed files with 62 additions and 62 deletions

View File

@@ -14,7 +14,7 @@ export const pureEnvNetworksSchema = z.object({
priceFeed: z.object({
all: z.string(),
}),
integrator: z.object({
indexer: z.object({
http: z.string(),
}),
}),