Skip to content

Commit

Permalink
Merge pull request #410 from Once-Upon/feature/run-nouns-dao-data
Browse files Browse the repository at this point in the history
Run new contextualizer
  • Loading branch information
pcowgill authored Jul 31, 2024
2 parents c2884f5 + bc1097b commit 17b4041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contextualizers/protocol/nouns/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { contextualize as auctionHouse } from './auctionHouse';
import { contextualize as daoLogic } from './daoLogic';
import { contextualize as daoData } from './daoData';
import { makeContextualize } from '../../../helpers/utils';

const children = { auctionHouse, daoLogic };
const children = { auctionHouse, daoLogic, daoData };

const contextualize = makeContextualize(children);

Expand Down

0 comments on commit 17b4041

Please sign in to comment.