Skip to content

Commit

Permalink
Removed unecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicF96 committed Aug 2, 2024
1 parent db5d9d0 commit 2f9b8c9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
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:58:31 AM.
// Last generation on 8/2/2024, 11:59:03 AM.

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:58:31 AM.
// Last generation on 8/2/2024, 11:59:03 AM.

export default {
ordered: {
Expand Down
6 changes: 0 additions & 6 deletions scripts/generate/V2/data_json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ if (indexConf.missing.length > 0) {
process.exit(1);
}

// 1. Load the chains-lock file
// 2. Iterate through chain data (from index)
// 3. For each chain, find their lock version using findChainById
// 4. Check lock version dates and update the chain data
//

const data: Chain[] = [];

let indexCounter = 0;
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:58:31 AM.
// Last generation on 8/2/2024, 11:59:04 AM.
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:58:32 AM.
// Last generation on 8/2/2024, 11:59:04 AM.
export type PinaxID =
| 'arbone'
| 'arbgoerli'
Expand Down

0 comments on commit 2f9b8c9

Please sign in to comment.