Skip to content

Commit

Permalink
fix typos (#1081)
Browse files Browse the repository at this point in the history
* fix typos

* fix typo

* fix typo
  • Loading branch information
omahs authored Oct 7, 2024
1 parent 599ddb7 commit d2cf3d0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Crates that require database connection may also have additional sea-orm defined

## Contributing

We appreciate your support. Before writing code and submiting pull request, please read contributing [instructions](CONTRIBUTING.md).
We appreciate your support. Before writing code and submitting pull request, please read contributing [instructions](CONTRIBUTING.md).


## License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 0.0.4
description: Subgraph to index {{cookiecutter.project_name}}
repository: https://github.com/blockscout/blokcscout-rs
repository: https://github.com/blockscout/blockscout-rs
schema:
file: ./schema.graphql
dataSources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 0.0.4
description: Subgraph to index Base Name Service Subgraph
repository: https://github.com/blockscout/blokcscout-rs
repository: https://github.com/blockscout/blockscout-rs
schema:
file: ./schema.graphql
dataSources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 0.0.4
description: Subgraph to index Genome subgraph
repository: https://github.com/blockscout/blokcscout-rs
repository: https://github.com/blockscout/blockscout-rs
schema:
file: ./schema.graphql
dataSources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 0.0.4
description: Subgraph to index Lightlink subgraph
repository: https://github.com/blockscout/blokcscout-rs
repository: https://github.com/blockscout/blockscout-rs
schema:
file: ./schema.graphql
dataSources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 0.0.4
description: Subgraph to index Mode Subgraph
repository: https://github.com/blockscout/blokcscout-rs
repository: https://github.com/blockscout/blockscout-rs
schema:
file: ./schema.graphql
dataSources:
Expand Down
10 changes: 5 additions & 5 deletions smart-contract-verifier/smart-contract-verifier-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ addr = "0.0.0.0:8051"
enabled = true
# A directory where compilers would be downloaded to
compilers_dir = "/tmp/solidity-compilers"
# List of avaialble solidity versions updates cron formatted schedule
# List of available solidity versions updates cron formatted schedule
refresh_versions_schedule = "0 0 * * * * *"

[solidity.fetcher.list]
Expand All @@ -53,7 +53,7 @@ compilers_dir = "/tmp/vyper-compilers"
refresh_versions_schedule = "0 0 * * * * *"

[vyper.fetcher.list]
# List of all availaable vyper compilers and information about them
# List of all available vyper compilers and information about them
list_url = "https://raw.githubusercontent.com/blockscout/solc-bin/main/vyper.list.json"

[sourcify]
Expand All @@ -75,7 +75,7 @@ max_threads = 8
enabled = false
# IP address and port number metrics related endpoint should listen to
addr = "0.0.0.0:6060"
# A route at which metrics related endpoint is avaialable
# A route at which metrics related endpoint is available
route = "/metrics"

[jaeger]
Expand All @@ -89,7 +89,7 @@ agent_endpoint = "localhost:6831"

Besides configuration file, one could use environment variables
to configure the service. If case of overlapping, those values
overwrites values from configuration file.
overwrite values from configuration file.
Variables have a hierarchical nature which
corresponds to the hierarchy in configuration file.
Double underscore (`__`) is used as a separator. All variables should use
Expand Down Expand Up @@ -344,7 +344,7 @@ Below is the description of settings from [Solidity docs](https://docs.solidityl
// Addresses of the libraries. If not all libraries are given here,
// it can result in unlinked objects whose output data is different.
"libraries": {
// The top level key is the the name of the source file where the library is used.
// The top level key is the name of the source file where the library is used.
// If remappings are used, this source file should match the global path
// after remappings were applied.
// If this key is an empty string, that refers to a global level.
Expand Down

0 comments on commit d2cf3d0

Please sign in to comment.