From a151fcd13d58e586019a65207b6922a57abf5160 Mon Sep 17 00:00:00 2001 From: Dominic Fournier <36671850+DominicF96@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:55:00 -0400 Subject: [PATCH] Update issue templates --- .../chain-added---updated---deprecated.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/chain-added---updated---deprecated.md diff --git a/.github/ISSUE_TEMPLATE/chain-added---updated---deprecated.md b/.github/ISSUE_TEMPLATE/chain-added---updated---deprecated.md new file mode 100644 index 0000000..2f2eeae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chain-added---updated---deprecated.md @@ -0,0 +1,39 @@ +--- +name: Chain Added / Updated / Deprecated +about: Let us know of any change in supported chains or their data services. +title: Added/Update/Deprecate [CHAIN] +labels: '' +assignees: SoA432, DominicF96 + +--- + +## Add/Update Chain + +Please provide the following information. See https://github.com/pinax-network/chains/issues/1 for more information. + +```json +{ + "id": "alfajores", + "index": 4, + "graph_id": null, + "name": "Alfajores", + "url": "https://celo.org", + "alt_names": [], + "mainnet": "celo", + "standard": "erc20", + "block_type": { + "label": "sf.ethereum.type.v2.Block", + "url": "https://buf.build/streamingfast/firehose-ethereum/docs/main:sf.ethereum.type.v2" + }, + "is_testnet": true, + "supported_services": { + "firehose": false, + "substreams": false, + "rpc": false + } +} +``` + +## Deprecate Chain + +Please provide the date of the deprecation.