From 063032400cc766a6899b80fec999abf6415689f2 Mon Sep 17 00:00:00 2001 From: Yevhen Haievyi Date: Mon, 18 Nov 2024 22:34:22 +0200 Subject: [PATCH] 2.0.73 --- data/chains/V2/chains.json | 2 +- data/chains/V2/index.ts | 2 +- data/chains/V2/ronin/meta.ts | 2 +- data/index.config.ts | 2 +- package.json | 2 +- types/graph.types.ts | 2 +- types/pinax.types.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/chains/V2/chains.json b/data/chains/V2/chains.json index 756ec88..7da494c 100644 --- a/data/chains/V2/chains.json +++ b/data/chains/V2/chains.json @@ -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", diff --git a/data/chains/V2/index.ts b/data/chains/V2/index.ts index e7b70f2..abaa68d 100644 --- a/data/chains/V2/index.ts +++ b/data/chains/V2/index.ts @@ -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'; diff --git a/data/chains/V2/ronin/meta.ts b/data/chains/V2/ronin/meta.ts index 623cfc4..45d47ca 100644 --- a/data/chains/V2/ronin/meta.ts +++ b/data/chains/V2/ronin/meta.ts @@ -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', diff --git a/data/index.config.ts b/data/index.config.ts index 76be0e2..c50e073 100644 --- a/data/index.config.ts +++ b/data/index.config.ts @@ -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: { diff --git a/package.json b/package.json index 3485c15..080fe71 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/types/graph.types.ts b/types/graph.types.ts index aae5a01..dfd2ece 100644 --- a/types/graph.types.ts +++ b/types/graph.types.ts @@ -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' diff --git a/types/pinax.types.ts b/types/pinax.types.ts index 18ffa80..8469215 100644 --- a/types/pinax.types.ts +++ b/types/pinax.types.ts @@ -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'