Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicF96 authored Apr 1, 2024
1 parent ebeea83 commit a151fcd
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/chain-added---updated---deprecated.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a151fcd

Please sign in to comment.