Skip to content

Commit 6508452

Browse files
authored
feat: add extrinsic (#145)
1 parent b00b884 commit 6508452

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

services/dag-indexer/project.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ const project: SubstrateProject = {
5959
method: 'remark',
6060
},
6161
},
62+
{
63+
kind: SubstrateHandlerKind.Call,
64+
handler: 'handleCall',
65+
filter: {
66+
module: 'system',
67+
method: 'remarkWithEvent',
68+
},
69+
},
6270
],
6371
},
6472
},

0 commit comments

Comments
 (0)