Skip to content

Commit 86b25c8

Browse files
committed
chore: track price_cache
1 parent c4081ea commit 86b25c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/hasura-config/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const tables = [
2929
"attestations",
3030
"attestation_txns",
3131
"events_registry",
32+
"price_cache",
3233
] as const;
3334

3435
type Tables = typeof tables;

tests/e2e/test/scenarios/baseSetup.spec-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe("Base Setup", () => {
158158
// Verify unexpected types don't exist
159159
const unexpectedTypes = [
160160
"metadatacache",
161-
"pricecache",
161+
"strategy_timings",
162162
"processevents",
163163
"kyselymigration",
164164
"strategiesregistry",

0 commit comments

Comments
 (0)