Skip to content

Commit f06aadd

Browse files
maouehpinax-bot
andauthored
Remove StreamingFast Firehose & Substreams support on Sei (#232)
* Remove firehose and substreams services Removed firehose and substreams services from sei-mainnet.json. * chore: auto-bump version to 0.7.90 (patch) --------- Co-authored-by: Pinax Bot <ops@pinax.network>
1 parent 9035d72 commit f06aadd

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.89",
2+
"version": "0.7.90",
33
"private": true,
44
"type": "module",
55
"scripts": {

registry/eip155/sei-mainnet.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
{ "url": "https://seitrace.com/pacific-1/api", "kind": "etherscan" }
1313
],
1414
"services": {
15-
"subgraphs": ["https://api.studio.thegraph.com/deploy"],
16-
"firehose": ["evm-mainnet.sei.streamingfast.io:443"],
17-
"substreams": ["evm-mainnet.sei.streamingfast.io:443"]
15+
"subgraphs": ["https://api.studio.thegraph.com/deploy"]
1816
},
1917
"networkType": "mainnet",
2018
"issuanceRewards": false,

0 commit comments

Comments
 (0)