Skip to content

Commit

Permalink
2.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
SoA432 committed Nov 18, 2024
1 parent 25ee8a5 commit 0630324
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/chains/V2/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -2777,7 +2777,7 @@
"graph_id": null,
"name": "Ronin",
"alt_names": [],
"standard": "rrc20",
"standard": "erc20",
"is_detailed_blocks": false,
"block_type": {
"label": "sf.ethereum.type.v2.Block",
Expand Down
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 11/18/2024, 9:31:51 PM.
// Last generation on 11/18/2024, 10:33:59 PM.

export { default as celo } from './celo/meta';
export { default as alfajores } from './celo/testnets/alfajores/meta';
Expand Down
2 changes: 1 addition & 1 deletion data/chains/V2/ronin/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const meta: ___InternalChain = {
graph_id: null,
name: 'Ronin',
alt_names: [],
standard: 'rrc20',
standard: 'erc20',
is_detailed_blocks: false,
block_type: {
label: 'sf.ethereum.type.v2.Block',
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 11/18/2024, 9:31:51 PM.
// Last generation on 11/18/2024, 10:33:59 PM.

export default {
ordered: {
Expand Down
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": "2.0.72",
"version": "2.0.73",
"description": "Single-source-of-truth for the metadata of chains supported by Pinax.",
"keywords": [
"chains",
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 11/18/2024, 9:31:51 PM.
// Last generation on 11/18/2024, 10:34:01 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 11/18/2024, 9:31:51 PM.
// Last generation on 11/18/2024, 10:34:01 PM.
export type PinaxID =
| 'celo'
| 'alfajores'
Expand Down

0 comments on commit 0630324

Please sign in to comment.