Skip to content

Commit d933a19

Browse files
authored
Merge pull request #13 from graphprotocol/mde/add-supported-data-source
fix: add missing supported data source
2 parents bb1fa4c + 7f265a1 commit d933a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

availability-oracle/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ struct Config {
117117
// Note: `ethereum/contract` is a valid alias for `ethereum`
118118
#[structopt(
119119
long,
120-
default_value = "ethereum,ethereum/contract,file/ipfs,substreams",
120+
default_value = "ethereum,ethereum/contract,file/ipfs,substreams,file/arweave",
121121
value_delimiter = ",",
122122
env = "SUPPORTED_DATA_SOURCE_KINDS",
123123
help = "a comma separated list of the supported data source kinds"

0 commit comments

Comments
 (0)