Skip to content

Commit

Permalink
[METADATA] remove nonexistent subgraph endpoint for scroll-sepolia (#…
Browse files Browse the repository at this point in the history
…1891)

* removed scroll-sepolia from hosted networks (not available)

* changelog
  • Loading branch information
d10r authored Mar 13, 2024
1 parent 766630b commit dc41b52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- toga and batchLiquidator for scroll-mainnet
### Changed
- removed eth-goerli and Görli based networks: optimism-goerli, arbitrun-goerli, base-goerli, polygon-zkevm-testnet
### Fixed
- Removed subgraph hosted endpoint entry for scroll-sepolia which doesn't exist

## [v1.1.27]
### Added
Expand Down
3 changes: 1 addition & 2 deletions packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ module.exports =
"explorer": "https://sepolia.scrollscan.com/",
"subgraphV1": {
"cliName": "scroll-sepolia",
"name": "protocol-v1-scroll-sepolia",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-scroll-sepolia"
"name": "protocol-v1-scroll-sepolia"
},
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
Expand Down
3 changes: 1 addition & 2 deletions packages/metadata/module/networks/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ export default
"explorer": "https://sepolia.scrollscan.com/",
"subgraphV1": {
"cliName": "scroll-sepolia",
"name": "protocol-v1-scroll-sepolia",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-scroll-sepolia"
"name": "protocol-v1-scroll-sepolia"
},
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
Expand Down
3 changes: 1 addition & 2 deletions packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@
"explorer": "https://sepolia.scrollscan.com/",
"subgraphV1": {
"cliName": "scroll-sepolia",
"name": "protocol-v1-scroll-sepolia",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-scroll-sepolia"
"name": "protocol-v1-scroll-sepolia"
},
"publicRPCs": ["https://sepolia-rpc.scroll.io"]
},
Expand Down

0 comments on commit dc41b52

Please sign in to comment.