Skip to content

Commit

Permalink
fix: add missing supported data source
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Apr 9, 2024
1 parent bb1fa4c commit 7f265a1
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 7f265a1

Please sign in to comment.