Skip to content

Commit 2d1a866

Browse files
committed
fixup
1 parent e02a683 commit 2d1a866

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/index.ts

+1-9
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,8 @@ const main = async () => {
162162
const transitionToSchema = mru.getStfSchemaMap();
163163
res.send({
164164
signingInstructions: "signTypedData(domain, schema.types, inputs)",
165-
domain: stackrConfig.domain,
165+
domain: mru.config.domain,
166166
transitionToSchema,
167-
// TODO: remove
168-
schemas: Object.entries(transitionToSchema).reduce((acc, [primaryType, types]) => {
169-
acc[primaryType] = {
170-
primaryType,
171-
types,
172-
};
173-
return acc;
174-
}, {} as Record<string, { primaryType: string, types: any }>),
175167
});
176168
});
177169

0 commit comments

Comments
 (0)