add deployed indexer url#5
Merged
ultraviolet10 merged 3 commits intoaritra/happy-primodium-clientfrom Apr 22, 2025
Merged
Conversation
This was referenced Apr 15, 2025
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ultraviolet10
commented
Apr 15, 2025
| export const happyChainSepolia: ChainConfig = { | ||
| ...happyChainDef, | ||
| indexerUrl: "http://localhost:3001", // ## [happyTODO :: deploy indexer and then add the URL here] ## | ||
| indexerUrl: "http://148.113.212.211:3001", |
Author
There was a problem hiding this comment.
this could be in an env file but the rest of the definition don't particularly use one and if we map to a domain name that'd be pretty handy in and of itself
0157002 to
ee3f89c
Compare
| export const happyChainSepolia: ChainConfig = { | ||
| ...happyChainDef, | ||
| indexerUrl: "http://localhost:3001", // ## [happyTODO :: deploy indexer and then add the URL here] ## | ||
| indexerUrl: "http://148.113.212.211:3001", |
There was a problem hiding this comment.
I added the domain to the indexer. You can now use: https://primodium-indexer.happy.tech/
aodhgan
approved these changes
Apr 22, 2025
285c8d9
into
aritra/happy-primodium-client
1 check was pending
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

TL;DR
Updated the indexer URL for happyChainSepolia from localhost to a specific IP address.
What changed?
Changed the
indexerUrlforhappyChainSepoliafrom"http://localhost:3001"to"http://148.113.212.211:3001".How to test?
run
build:client-corein the root folder, the client should then use the new indexer URL when it loads the happychain chainConfig from this file,setupRecsincreateNetworkshould ingest the same and then calls made to the indexer can be confirmed via the network tab on game load