Skip to content

Commit bf698b1

Browse files
authored
fix: typo in data edge config (#41)
1 parent 901fb23 commit bf698b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

availability-oracle/src/data_edge.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ impl DataEdgeContract {
188188
"period": &config.period,
189189
"grace_period": &config.grace_period,
190190
"supported_data_source_kinds": &config.supported_data_source_kinds,
191-
"network_subgraph_deloyment_id": &config.network_subgraph_deployment_id,
192-
"epoch_block_oracle_subgraph_deloyment_id": &config.epoch_block_oracle_subgraph_deployment_id,
191+
"network_subgraph_deployment_id": &config.network_subgraph_deployment_id,
192+
"epoch_block_oracle_subgraph_deployment_id": &config.epoch_block_oracle_subgraph_deployment_id,
193193
"subgraph_availability_manager_contract": &config.subgraph_availability_manager_contract,
194194
"oracle_index": &config.oracle_index,
195195
}

0 commit comments

Comments
 (0)