You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update the ENSNode Metadata table and rename the ens_indexer_schema_name column to ensdb_writer_schema_name.
Following that update we have to use the generic term for existing environment variables that reference ENSINDEXER_SCHEMA_NAME. It should be replaced with ENSDB_WRITER_SCHEMA_NAME.
Similar updates have to be completed for ENSDb SDK, where all "ENSIndexer" references must be replaced with "ENSDb Writer". For example, ensIndexerSchema() must become ensDbWriterSchema, and ensIndexerSchemaName must become ensDbWriterSchemaName.
We need to update the ENSNode Metadata table and rename the
ens_indexer_schema_namecolumn toensdb_writer_schema_name.Following that update we have to use the generic term for existing environment variables that reference
ENSINDEXER_SCHEMA_NAME. It should be replaced withENSDB_WRITER_SCHEMA_NAME.Similar updates have to be completed for ENSDb SDK, where all "ENSIndexer" references must be replaced with "ENSDb Writer". For example,
ensIndexerSchema()must becomeensDbWriterSchema, andensIndexerSchemaNamemust becomeensDbWriterSchemaName.ensnode/packages/ensdb-sdk/src/client/ensdb-reader.ts
Lines 105 to 125 in 7d23ee9