@@ -16,27 +16,28 @@ import {
1616 type SerializedEnsDbPublicConfig ,
1717 type SerializedEnsIndexerPublicConfig ,
1818 type SerializedEnsNodeStackInfo ,
19- SerializedEnsRainbowPublicConfig ,
19+ type SerializedEnsRainbowPublicConfig ,
2020 type SerializedOmnichainIndexingStatusSnapshotBackfill ,
2121 type SerializedOmnichainIndexingStatusSnapshotCompleted ,
2222 type SerializedOmnichainIndexingStatusSnapshotFollowing ,
2323 type SerializedOmnichainIndexingStatusSnapshotUnstarted ,
2424} from "@ensnode/ensnode-sdk" ;
2525
2626const serializedEnsIndexerPublicConfig = {
27- labelSet : {
27+ clientLabelSet : {
2828 labelSetId : "subgraph" ,
2929 labelSetVersion : 0 ,
3030 } ,
3131 indexedChainIds : [ 1 , 8453 , 59144 , 10 , 42161 , 534352 , 567 ] ,
32- ensIndexerSchemaName : "alphaSchema0.34 .0" ,
32+ ensIndexerSchemaName : "alphaSchema1.9 .0" ,
3333 ensRainbowPublicConfig : {
34- version : "0.34.0" ,
35- labelSet : {
34+ serverLabelSet : {
3635 labelSetId : "subgraph" ,
3736 highestLabelSetVersion : 0 ,
3837 } ,
39- recordsCount : 100 ,
38+ versionInfo : {
39+ ensRainbow : "1.9.0" ,
40+ } ,
4041 } ,
4142 isSubgraphCompatible : false ,
4243 namespace : "mainnet" ,
@@ -51,8 +52,8 @@ const serializedEnsIndexerPublicConfig = {
5152 ] ,
5253 versionInfo : {
5354 ponder : "0.11.43" ,
54- ensIndexer : "0.35 .0" ,
55- ensDb : "0.35 .0" ,
55+ ensIndexer : "1.9 .0" ,
56+ ensDb : "1.9 .0" ,
5657 ensNormalize : "1.11.1" ,
5758 } ,
5859} satisfies SerializedEnsIndexerPublicConfig ;
@@ -64,7 +65,7 @@ export const serializedEnsApiPublicConfig = {
6465 url : "https://api.thegraph.com/subgraphs/name/ensdomains/ens" ,
6566 } ,
6667 versionInfo : {
67- ensApi : "0.35 .0" ,
68+ ensApi : "1.9 .0" ,
6869 ensNormalize : "1.11.1" ,
6970 } ,
7071} satisfies SerializedEnsApiPublicConfig ;
0 commit comments