feat: [STELLAR] dormant foundation plumbing (1/3) #43538
Draft
khanti42 wants to merge 4 commits into
Draft
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
926d801 to
8dec3e5
Compare
khanti42
commented
Jun 16, 2026
| STELLAR = `${MultichainNetworks.STELLAR}/slip44:148`, | ||
| // TODO: Fix in https://github.com/MetaMask/metamask-extension/issues/31860 | ||
| // eslint-disable-next-line @typescript-eslint/naming-convention | ||
| STELLAR_TESTNET = `${MultichainNetworks.STELLAR_TESTNET}/slip44:148`, |
khanti42
commented
Jun 16, 2026
| @@ -55,6 +63,8 @@ export const MULTICHAIN_NETWORK_TO_ASSET_TYPES: Record< | |||
| [MultichainNetworks.TRON]: [MultichainNativeAssets.TRON], | |||
| [MultichainNetworks.TRON_NILE]: [MultichainNativeAssets.TRON_NILE], | |||
| [MultichainNetworks.TRON_SHASTA]: [MultichainNativeAssets.TRON_SHASTA], | |||
| [MultichainNetworks.STELLAR]: [MultichainNativeAssets.STELLAR], | |||
| [MultichainNetworks.STELLAR_TESTNET]: [MultichainNativeAssets.STELLAR_TESTNET], | |||
| @@ -0,0 +1,5 @@ | |||
| import { SnapId } from '@metamask/snaps-sdk'; | |||
|
|
|||
| export const STELLAR_WALLET_SNAP_ID: SnapId = | |||
Contributor
There was a problem hiding this comment.
is it needed for now?
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.
Description
Changes
Important
This PR must not be merged until the real releases of the core packages are available. The current package changes rely on @metamask-previews/* versions and should be replaced with official package releases before merging.
Testing
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist