Rename integrator to indexer (#207)

This commit is contained in:
Dmitry
2023-11-09 10:56:32 +03:00
committed by GitHub
parent 91228c2811
commit a0d2df3cd5
24 changed files with 72 additions and 72 deletions

View File

@@ -16,8 +16,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
},
"liquidityMigratorAddress": "0x23a1820a47BcD022E29f6058a5FD224242F50D1A"
@@ -35,8 +35,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -53,8 +53,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -71,8 +71,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -89,8 +89,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
}
@@ -113,8 +113,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
},
"liquidityMigratorAddress": "0x01b10dds12478C88A5E18e2707E729906bC25CfF6"
@@ -132,8 +132,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -150,8 +150,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -168,8 +168,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -186,8 +186,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -204,8 +204,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
}
@@ -228,8 +228,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -246,8 +246,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -264,8 +264,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -282,8 +282,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -300,8 +300,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
}
@@ -324,8 +324,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -342,8 +342,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
}
@@ -366,8 +366,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
},
"liquidityMigratorAddress": "0x23a1820a47BcD022E29f6058a5FD224242F50D1A"
@@ -385,8 +385,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -403,8 +403,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -421,8 +421,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
},
@@ -439,8 +439,8 @@
"priceFeed": {
"all": "/price-feed"
},
"integrator": {
"http": "/orion-integrator/"
"indexer": {
"http": "/orion-indexer/"
}
}
}

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(),
}),
}),