Skip to content

Commit 1010bdd

Browse files
committed
Allow declared calls in the manifest
1 parent 32ae838 commit 1010bdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/src/protocols/ethereum/manifest.graphql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ type ContractEventHandler {
100100
topic3: [String]
101101
handler: String!
102102
receipt: Boolean
103+
# This should really be just a Map<String, String>
104+
calls: JSON
103105
}
104106

105107
type Graft {

0 commit comments

Comments
 (0)