fix(sifchain): restore explorer REST access through ANODE - #231
Open
jkbrooks wants to merge 1 commit into
Open
Conversation
liangping
approved these changes
Sep 8, 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.
Summary
Restore Sifchain's REST-backed explorer views by replacing the unavailable REST endpoint list with
https://sifchain.api.m.anode.team(ANODE.TEAM). The public explorer currently displays a disconnected Sifchain dashboard when using Polkachu. Merely adding another endpoint would still allow random selection of a failing provider.Checks on 2026-09-07: Polkachu REST hostname did not resolve; Allnodes and AutoStake REST latest-block requests returned HTTP 403 from the test environment. ANODE returned live
sifchain-1data andAccess-Control-Allow-Origin: *, including withOrigin: https://ping.pub.Validation
ping-pub/exploreratca4adc028c796bd076a756544497aa391808f805with this Sifchain REST configuration in a real browser, without a proxy or application-code changes.sif1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk70fgkdisplayed approximately 8,000 ROWAN (the UI rounds the raw balance of 8,000.0000001), account number 17530, sequence 0, no delegations, and a received transaction.yarn install --frozen-lockfile,yarn build(type-check and production build),git diff --check, andscripts/check-config-format.sh HEAD~1 HEADpassed.Scope and limitations
Only
apichanges. Existing RPC entries are unchanged. ANODE's separate RPC responds to server-side queries but lacked a CORS allow-origin header on/status; this PR does not claim to repair RPC-dependent features, wallet signing/broadcast, or all explorer pages. No wallet was connected and no transaction was signed or broadcast. USD pricing is not validated; the test account page displayed $0 despite a nonzero ROWAN balance.Existing users may retain a previously selected endpoint in browser settings. After deployment they should select ANODE.TEAM from the chain's REST endpoint dropdown; updating the config alone does not migrate a saved endpoint. This has been tested against current upstream source, not an identified SHA of the live ping.pub deployment.
Checklist