Skip to content

Commit

Permalink
Merge pull request #13 from graphprotocol/mde/add-supported-data-source
Browse files Browse the repository at this point in the history
fix: add missing supported data source
  • Loading branch information
Maikol authored Apr 9, 2024
2 parents bb1fa4c + 7f265a1 commit d933a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availability-oracle/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct Config {
// Note: `ethereum/contract` is a valid alias for `ethereum`
#[structopt(
long,
default_value = "ethereum,ethereum/contract,file/ipfs,substreams",
default_value = "ethereum,ethereum/contract,file/ipfs,substreams,file/arweave",
value_delimiter = ",",
env = "SUPPORTED_DATA_SOURCE_KINDS",
help = "a comma separated list of the supported data source kinds"
Expand Down

0 comments on commit d933a19

Please sign in to comment.