-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebeea83
commit a151fcd
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
.github/ISSUE_TEMPLATE/chain-added---updated---deprecated.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |