From 8e2b05c940ed204be1346596eb945e4b54885012 Mon Sep 17 00:00:00 2001 From: Dominic Fournier Date: Tue, 5 Mar 2024 18:10:30 -0500 Subject: [PATCH] Added now-deprecated chains to maintain pages for SEO. --- data.json | 138 +++++++++++++++++++++++++++++++++++--- data/chains/juno.json | 30 +++++++++ data/chains/ore.json | 30 +++++++++ data/chains/orestage.json | 30 +++++++++ data/chains/ux.json | 30 +++++++++ package.json | 2 +- 6 files changed, 250 insertions(+), 10 deletions(-) create mode 100644 data/chains/juno.json create mode 100644 data/chains/ore.json create mode 100644 data/chains/orestage.json create mode 100644 data/chains/ux.json diff --git a/data.json b/data.json index 0b4de84..d33eb53 100644 --- a/data.json +++ b/data.json @@ -316,7 +316,7 @@ "label": "sf.ethereum.type.v2.Block", "url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2" }, - "img": "https://pinax.network/vector/chain/chapel.svg", + "img": "https://pinax.network/vector/chain/bsc.svg", "is_img_dt_invert": false, "is_testnet": true, "supported_services": { @@ -556,7 +556,7 @@ "label": "sf.ethereum.type.v2.Block", "url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2" }, - "img": "https://pinax.network/vector/chain/goerli.svg", + "img": "https://pinax.network/vector/chain/eth.svg", "is_img_dt_invert": true, "is_testnet": true, "supported_services": { @@ -586,7 +586,7 @@ "label": "sf.ethereum.type.v2.Block", "url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2" }, - "img": "https://pinax.network/vector/chain/holesky.svg", + "img": "https://pinax.network/vector/chain/eth.svg", "is_img_dt_invert": true, "is_testnet": true, "supported_services": { @@ -634,6 +634,36 @@ } } }, + { + "id": "juno", + "index": 4, + "graph_id": null, + "name": "Juno", + "alt_names": [], + "mainnet": "juno", + "standard": "cosmos", + "block_type": { + "label": "sf.cosmos.type.v1.Block", + "url": "https://github.com/figment-networks/proto-cosmos/blob/main/sf/cosmos/type/v1/type.proto" + }, + "img": "https://pinax.network/vector/chain/juno.svg", + "is_img_dt_invert": true, + "is_testnet": false, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": null, + "deprecated_at": null + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } + }, { "id": "kava", "index": 4, @@ -736,7 +766,7 @@ "label": "sf.ethereum.type.v2.Block", "url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2" }, - "img": "https://pinax.network/vector/chain/mumbai.svg", + "img": "https://pinax.network/vector/chain/polygon.svg", "is_img_dt_invert": false, "is_testnet": true, "supported_services": { @@ -796,7 +826,7 @@ "label": "sf.near.type.v1.Block", "url": "https://buf.build/streamingfast/firehose-near/docs/main:sf.near.type.v1" }, - "img": "https://pinax.network/vector/chain/neartest.svg", + "img": "https://pinax.network/vector/chain/near.svg", "is_img_dt_invert": true, "is_testnet": true, "supported_services": { @@ -844,6 +874,66 @@ } } }, + { + "id": "ore", + "index": 5, + "graph_id": null, + "name": "Ore", + "alt_names": [], + "mainnet": "ore", + "standard": "antelope", + "block_type": { + "label": "sf.antelope.type.v1.Block", + "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" + }, + "img": "https://pinax.network/vector/chain/ore.svg", + "is_img_dt_invert": false, + "is_testnet": false, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } + }, + { + "id": "orestage", + "index": 5, + "graph_id": null, + "name": "Ore Stage", + "alt_names": [], + "mainnet": "ore", + "standard": "antelope", + "block_type": { + "label": "sf.antelope.type.v1.Block", + "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" + }, + "img": "https://pinax.network/vector/chain/ore.svg", + "is_img_dt_invert": false, + "is_testnet": true, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } + }, { "id": "osmosis", "index": 4, @@ -948,7 +1038,7 @@ "label": "sf.ethereum.type.v2.Block", "url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2" }, - "img": "https://pinax.network/vector/chain/sepolia.svg", + "img": "https://pinax.network/vector/chain/eth.svg", "is_img_dt_invert": true, "is_testnet": true, "supported_services": { @@ -1038,7 +1128,7 @@ "label": "sf.antelope.type.v1.Block", "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" }, - "img": "https://pinax.network/vector/chain/telostest.svg", + "img": "https://pinax.network/vector/chain/telos.svg", "is_img_dt_invert": false, "is_testnet": true, "supported_services": { @@ -1068,7 +1158,7 @@ "label": "sf.cosmos.type.v1.Block", "url": "https://github.com/figment-networks/proto-cosmos/blob/main/sf/cosmos/type/v1/type.proto" }, - "img": "https://pinax.network/vector/chain/theta.svg", + "img": "https://pinax.network/vector/chain/cosmoshub.svg", "is_img_dt_invert": false, "is_testnet": true, "supported_services": { @@ -1086,6 +1176,36 @@ } } }, + { + "id": "ux", + "index": 5, + "graph_id": null, + "name": "UX", + "alt_names": [], + "mainnet": "ux", + "standard": "antelope", + "block_type": { + "label": "sf.antelope.type.v1.Block", + "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" + }, + "img": "https://pinax.network/vector/chain/ux.svg", + "is_img_dt_invert": false, + "is_testnet": true, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } + }, { "id": "wax", "index": 4, @@ -1128,7 +1248,7 @@ "label": "sf.antelope.type.v1.Block", "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" }, - "img": "https://pinax.network/vector/chain/waxtest.svg", + "img": "https://pinax.network/vector/chain/wax.svg", "is_img_dt_invert": false, "is_testnet": true, "supported_services": { diff --git a/data/chains/juno.json b/data/chains/juno.json new file mode 100644 index 0000000..d828c68 --- /dev/null +++ b/data/chains/juno.json @@ -0,0 +1,30 @@ +{ + "id": "juno", + "index": 4, + "graph_id": null, + "name": "Juno", + "alt_names": [], + "mainnet": "juno", + "standard": "cosmos", + "block_type": { + "label": "sf.cosmos.type.v1.Block", + "url": "https://github.com/figment-networks/proto-cosmos/blob/main/sf/cosmos/type/v1/type.proto" + }, + "img": "https://pinax.network/vector/chain/juno.svg", + "is_img_dt_invert": true, + "is_testnet": false, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": null, + "deprecated_at": null + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } +} \ No newline at end of file diff --git a/data/chains/ore.json b/data/chains/ore.json new file mode 100644 index 0000000..3a0a336 --- /dev/null +++ b/data/chains/ore.json @@ -0,0 +1,30 @@ +{ + "id": "ore", + "index": 5, + "graph_id": null, + "name": "Ore", + "alt_names": [], + "mainnet": "ore", + "standard": "antelope", + "block_type": { + "label": "sf.antelope.type.v1.Block", + "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" + }, + "img": "https://pinax.network/vector/chain/ore.svg", + "is_img_dt_invert": false, + "is_testnet": false, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } +} \ No newline at end of file diff --git a/data/chains/orestage.json b/data/chains/orestage.json new file mode 100644 index 0000000..d876340 --- /dev/null +++ b/data/chains/orestage.json @@ -0,0 +1,30 @@ +{ + "id": "orestage", + "index": 5, + "graph_id": null, + "name": "Ore Stage", + "alt_names": [], + "mainnet": "ore", + "standard": "antelope", + "block_type": { + "label": "sf.antelope.type.v1.Block", + "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" + }, + "img": "https://pinax.network/vector/chain/ore.svg", + "is_img_dt_invert": false, + "is_testnet": true, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } +} diff --git a/data/chains/ux.json b/data/chains/ux.json new file mode 100644 index 0000000..95b9e3d --- /dev/null +++ b/data/chains/ux.json @@ -0,0 +1,30 @@ +{ + "id": "ux", + "index": 5, + "graph_id": null, + "name": "UX", + "alt_names": [], + "mainnet": "ux", + "standard": "antelope", + "block_type": { + "label": "sf.antelope.type.v1.Block", + "url": "https://buf.build/pinax/firehose-antelope/docs/main:sf.antelope.type.v1" + }, + "img": "https://pinax.network/vector/chain/ux.svg", + "is_img_dt_invert": false, + "is_testnet": true, + "supported_services": { + "firehose": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "substreams": { + "released_at": "2023-12-01T00:00:00.000Z", + "deprecated_at": "2024-01-15T00:00:00.000Z" + }, + "rpc": { + "released_at": null, + "deprecated_at": null + } + } +} diff --git a/package.json b/package.json index 4becaf1..222d8fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pinax/chains", - "version": "1.1.7", + "version": "1.1.8", "description": "Single-source-of-truth for the metadata of chains supported by Pinax.", "keywords": [ "chains",