Skip to content

Commit

Permalink
Updated Package Version For 2.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicF96 committed Aug 7, 2024
1 parent abe6f73 commit 99062d4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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/7/2024, 2:09:26 PM.
// Last generation on 8/7/2024, 2:24:44 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/7/2024, 2:09:27 PM.
// Last generation on 8/7/2024, 2:24:44 PM.

export default {
ordered: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinax/chains",
"version": "2.0.7",
"version": "2.0.8",
"description": "Single-source-of-truth for the metadata of chains supported by Pinax.",
"keywords": [
"chains",
Expand All @@ -14,6 +14,7 @@
"index.ts",
"/utils/**/**.ts",
"/types/**.ts",
"/data/chains/V2/**/**.svg",
"/data/services.ts",
"/data/chains/V1/chains.json",
"/data/chains/V2/chains.json"
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/7/2024, 2:09:27 PM.
// Last generation on 8/7/2024, 2:24:44 PM.
export type GraphID =
| 'arbitrum-nova'
| 'arbitrum-one'
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/7/2024, 2:09:28 PM.
// Last generation on 8/7/2024, 2:24:44 PM.
export type PinaxID =
| 'arbone'
| 'arbgoerli'
Expand Down

0 comments on commit 99062d4

Please sign in to comment.