feat(webapp): Adding endpointAddress field for Host Registration.#247
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
shinzo-webapp-staging | ee9b71c | Commit Preview URL Branch Preview URL |
Jul 07 2026, 04:59 PM |
endpointAddress field for Host Registration.endpointAddress field for Host Registration.
1ae9f86 to
0b27506
Compare
acb89f2 to
f300e1f
Compare
Collaborator
|
Can we get @VanishMax to review before merge also please |
f300e1f to
04c7343
Compare
04c7343 to
ee9b71c
Compare
dvncan
approved these changes
Jul 7, 2026
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.
Pull Request
Description
We are adding an endpoint rpc url to the host registration for teh gateway to connect to the host
Changes
Related Issue
#228
Steps to Test
Pull branch locally
Start shinzohub locally or with docker
update following values in the .env with
NEXT_PUBLIC_RPC_URL=http://localhost:8545/
SHINZOHUB_COSMOS_REST_URL=http://localhost:1317
SHINZOHUB_COMET_RPC_URL=http://localhost:26657
Test host registration
Checklist
Notes