Skip to content

Commit

Permalink
[CAPPL-308] Add non-data dependency to chain reader (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier authored Feb 10, 2025
1 parent 760701b commit 40efdba
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/smartcontractkit/chainlink-common/pkg/capabilities/actions/readcontract/read-contract[email protected]",
"$id": "https://github.com/smartcontractkit/chainlink-common/pkg/capabilities/actions/readcontract/read-contract",
"$defs": {
"Config": {
"type": "object",
Expand All @@ -16,7 +16,11 @@
},
"ContractName": {
"type": "string"
}
},
"StepDependency": {
"type": "string",
"description": "an optional step reference that is a non-data dependency for the current step"
}
},
"required": ["ContractReaderConfig", "ReadIdentifier", "ContractAddress", "ContractName"]
},
Expand Down Expand Up @@ -55,4 +59,4 @@
"$ref": "#/$defs/Output"
}
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40efdba

Please sign in to comment.