-
Notifications
You must be signed in to change notification settings - Fork 5
Add more cryptoNetwork examples for clarity. #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,9 +32,10 @@ allOf: | |
| type: string | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. enum? |
||
| description: >- | ||
| The blockchain network for this external account. Required when the account is a | ||
| cryptocurrency wallet (e.g. SolanaWallet, PolygonWallet, TronWallet). Specifies which | ||
| network the wallet is on. Example values: SOLANA_MAINNET, SOLANA_DEVNET, | ||
| ETHEREUM_MAINNET, POLYGON_MAINNET, TRON_MAINNET. | ||
| cryptocurrency wallet. Specifies which network the wallet is on. Example values: | ||
| SOLANA_MAINNET, SOLANA_DEVNET, ETHEREUM_MAINNET, ETHEREUM_TESTNET, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I sent a quote with
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll check that out!
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nevermind, sounds like @shreyav is on it - https://lightsparkgroup.slack.com/archives/C0888M5FS7R/p1775844866699519?thread_ts=1775843002.373579&cid=C0888M5FS7R |
||
| BASE_MAINNET, BASE_TESTNET, SPARK_MAINNET, SPARK_TESTNET, LIGHTNING_MAINNET, | ||
| LIGHTNING_REGTEST. | ||
| example: SOLANA_MAINNET | ||
| accountInfo: | ||
| $ref: ./ExternalAccountInfoOneOf.yaml | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
POLYGON_MAINNET/TRON_MAINNETexamples despite active wallet typesPolygonWalletandTronWalletare still live account types inExternalAccountInfoOneOf.yamlandExternalAccountType.yaml, yet their correspondingcryptoNetworkvalues (POLYGON_MAINNET,TRON_MAINNET) are removed from every example list in this PR. A developer creating one of those wallets will have no documented example value forcryptoNetworkto reference. If these networks are truly deprecated, the wallet types should be removed too; if they're still supported, the examples should be retained.Prompt To Fix With AI