Skip to content

Commit

Permalink
Updated RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicF96 committed May 8, 2024
1 parent 9627fe4 commit e842e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinax/chains",
"version": "rc-2.0.0",
"version": "2.0.0-rc1",
"description": "Single-source-of-truth for the metadata of chains supported by Pinax.",
"keywords": [
"chains",
Expand Down
2 changes: 1 addition & 1 deletion src/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 5/8/2024, 3:13:35 PM.
// Last generation on 5/8/2024, 3:14:32 PM.
export type GraphID =
| 'arbitrum-one'
| 'arbitrum-sepolia'
Expand Down
2 changes: 1 addition & 1 deletion src/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 5/8/2024, 3:13:35 PM.
// Last generation on 5/8/2024, 3:14:32 PM.
export type PinaxID =
| 'arbgoerli'
| 'arbsepolia'
Expand Down

0 comments on commit e842e0e

Please sign in to comment.