Skip to content

Commit

Permalink
Added how to link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicF96 committed Aug 2, 2024
1 parent 2f9b8c9 commit fbd2572
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Access the chains metadata via the public API endpoint:
curl https://pinax.network/api/chains
```

### How to use

Please see [How to use](/docs/how_to_use.md) documentation for more information.

## Contributing

If you wish to contribute to the chain metadata, please open a pull request (PR) with your proposed changes. We will review and merge it if accurate. Be sure to consult the [documentation](/docs) before contributing.
2 changes: 1 addition & 1 deletion data/chains/V2/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it.
// Do not modify manually as it will be overwritten.
// Last generation on 8/2/2024, 11:59:03 AM.
// Last generation on 8/2/2024, 12:13:17 PM.

export { default as arbone } from './arbone/meta';
export { default as arbgoerli } from './arbone/testnets/arbgoerli/meta';
Expand Down
2 changes: 1 addition & 1 deletion data/index.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Chains under ordered were manually placed, to manage the z-index (priority order) of chains.
// Chains under missing are generated from available data, make sure to order them.
// Include deprecated or future chains.
// Last generation on 8/2/2024, 11:59:03 AM.
// Last generation on 8/2/2024, 12:13:17 PM.

export default {
ordered: {
Expand Down
2 changes: 1 addition & 1 deletion types/graph.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it.
// Do not modify manually as it will be overwritten.
// Last generation on 8/2/2024, 11:59:04 AM.
// Last generation on 8/2/2024, 12:13:18 PM.
export type GraphID =
| 'arbitrum-one'
| 'arbitrum-sepolia'
Expand Down
2 changes: 1 addition & 1 deletion types/pinax.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is auto-generated on pre-commit to avoid maintaining it / circular dependencies.
// Do not modify manually as it will be overwritten.
// Last generation on 8/2/2024, 11:59:04 AM.
// Last generation on 8/2/2024, 12:13:18 PM.
export type PinaxID =
| 'arbone'
| 'arbgoerli'
Expand Down

0 comments on commit fbd2572

Please sign in to comment.