-
Notifications
You must be signed in to change notification settings - Fork 18
Flare, Base settings for v5. #2285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| export const REGISTRY_URL = | ||
| 'https://raw.githubusercontent.com/rainlanguage/rain.strategies/cf96aab81a59704ea8d9300130ac888eb86f5eff/registry'; | ||
| 'https://raw.githubusercontent.com/rainlanguage/rain.strategies/28eecb662bc19dd9d43ec74941cfaf32e54cebbc/registry'; | ||
| export const REMOTE_SETTINGS_URL = | ||
| 'https://raw.githubusercontent.com/rainlanguage/rain.strategies/cf96aab81a59704ea8d9300130ac888eb86f5eff/settings.yaml'; | ||
| 'https://raw.githubusercontent.com/rainlanguage/rain.strategies/28eecb662bc19dd9d43ec74941cfaf32e54cebbc/settings.yaml'; |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify OrderBook addresses and start blocks for new networks.
Please confirm:
0x52CEB8eBEf648744fFDDE89F7Bc9C3aC359447750x8Dbc50485e7C6994923B9A2c603a2B6b2d8Eef64Starting from an incorrect block can cause the subgraph to miss events or take longer to sync.
🏁 Script executed:
Length of output: 686
🏁 Script executed:
Length of output: 4780
🌐 Web query:
💡 Result:
Short answer:
Sources:
network: base/base-sepoliain subgraph.yaml. (docs.chainstack.com)If you want, I can look up the exact network identifier for a specific hosting (Hosted Service vs Graph Network) or check again for any recent Flare integration announcements.
Citations:
🏁 Script executed:
Length of output: 2094
🌐 Web query:
💡 Result:
Short answer: No — as of Nov 1, 2025 The Graph does not list Flare Network as a supported chain and there is no public announcement of an official integration. The Graph maintains a public "Supported Networks" list (90+ chains) and Flare does not appear there. [1][2]
Sources
Remove or document "flare" network—it is not currently supported by The Graph.
The Graph does not list Flare Network as a supported chain, so the "flare" entry in networks.json will fail during subgraph deployment or indexing. Either remove this entry or move it to a separate configuration for custom indexing infrastructure. The "base" identifier is correct.
Additionally, verify the OrderBook addresses and start blocks externally (Etherscan, Block Explorer) before deploying, as incorrect start blocks cause the subgraph to miss events or sync inefficiently.
🤖 Prompt for AI Agents