Skip to content

Commit 5f28147

Browse files
committed
fix: add asset create params & logs for data
1 parent 36d3ec2 commit 5f28147

File tree

2 files changed

+1140
-29
lines changed

2 files changed

+1140
-29
lines changed

packages/plugin-dkg/src/actions/dkgInsert.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ export const dkgInsert: Action = {
133133
{
134134
public: memoryKnowledgeGraph,
135135
},
136-
{ epochsNum: 12 },
136+
{
137+
epochsNum: 12,
138+
minimumNumberOfFinalizationConfirmations: 3,
139+
minimumNumberOfNodeReplications: 1,
140+
},
137141
);
138142

139143
elizaLogger.log("======================== ASSET CREATED");

0 commit comments

Comments
 (0)