SDP-1993: Enable RPC for docker testnet - #1023
Merged
marwen-abid merged 2 commits intoJan 23, 2026
Merged
Conversation
marwen-abid
commented
Jan 23, 2026
| API_URL: "http://localhost:8000", | ||
| STELLAR_EXPERT_URL: "https://stellar.expert/explorer/testnet", | ||
| HORIZON_URL: "https://horizon-testnet.stellar.org", | ||
| USDC_ASSET_ISSUER: "GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5", |
Collaborator
Author
There was a problem hiding this comment.
This is not used by the FE.
marwen-abid
temporarily deployed
to
Internal SEP Tests
January 23, 2026 21:11 — with
GitHub Actions
Inactive
marwen-abid
temporarily deployed
to
Receiver Registration - E2E Integration Tests (Stellar)
January 23, 2026 21:11 — with
GitHub Actions
Inactive
hypekostas
pushed a commit
that referenced
this pull request
Jul 6, 2026
## Bumps the all-actions group with 2 updates - [docker/login-action](https://github.com/docker/login-action) - [docker/build-push-action](https://github.com/docker/build-push-action) --- ## docker/login-action: 4.2.0 → 4.4.0 ### Release notes (v4.4.0) - Skip empty `registry-auth` secret mask by @crazy-max in #1035 - Bump `@aws-sdk/client-ecr` and `@aws-sdk/client-ecr-public` to 3.1077.0 in #1034 **Full Changelog:** docker/login-action@v4.3.0...v4.4.0 --- ### Release notes (v4.3.0) - Preserve names in esbuild bundle by @crazy-max in #1022 - Bump `@aws-sdk/client-ecr` and `@aws-sdk/client-ecr-public` to 3.1076.0 in #999 and #1030 - Bump `@docker/actions-toolkit` from 0.90.0 to 0.92.0 in #1004 and #1027 - Bump `@sigstore/core` from 3.1.0 to 3.2.1 in #1023 - Bump `@sigstore/verify` from 3.1.0 to 3.1.1 in #1029 - Bump http-proxy-agent and https-proxy-agent to 9.1.0 in #1017 - Bump js-yaml from 4.1.1 to 5.2.0 in #1028 - Bump sigstore from 4.1.0 to 4.1.1 in #1031 - Bump tmp from 0.2.5 to 0.2.7 in #1002 - Bump undici from 6.24.1 to 6.27.0 in #1020 - Bump vite from 7.3.3 to 7.3.6 in #1019 **Full Changelog:** docker/login-action@v4.2.0...v4.3.0 --- ## docker/build-push-action: 7.2.0 → 7.3.0 ### Release notes (v7.3.0) - Preserve names in esbuild bundle by @crazy-max in #1567 - Bump `@docker/actions-toolkit` from 0.90.0 to 0.92.0 in #1545 and #1572 - Bump `@sigstore/core` from 3.1.0 to 3.2.1 in #1568 - Bump js-yaml from 4.1.1 to 4.3.0 in #1566 - Bump tmp from 0.2.5 to 0.2.7 in #1547 - Bump undici from 6.24.1 to 6.27.0 in #1564 - Bump vite from 7.3.2 to 7.3.6 in #1563 **Full Changelog:** docker/build-push-action@v7.2.0...v7.3.0
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.
What
Enable RPC in `/env-config-testnet.js by default to be consistent with the backend
Why
Currently we’re automatically enabling embedded wallets for local development
RPC isn’t enabled for the FE app (wallet), which causes wallet creation to fail silently
Known limitations
[TODO or N/A]
Checklist
SDP-1234: Add new featureorChore: Refactor package xyzformat. The Jira ticket code was included if available.CHANGELOG.mdis updated (if applicable)