walletpress/backend/wallet_engine/chains.yaml
cryptorugmunch e13bd4d774
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / security (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / license (push) Waiting to run
CI / ai-review (push) Waiting to run
docs: apply fleet-template (16-artifact scaffold)
Adds missing standard artifacts:
- README.md (if missing)
- AGENTS.md (AI agent contract)
- PLAN.md (current sprint)
- STATUS.md (where we are)
- DEVELOPMENT.md (dev workflow)
- DEPLOYMENT.md (deploy procedure)
- TESTING.md (test strategy)
- DECISIONS.md (ADR index + templates)
- .github/CODEOWNERS
- .github/workflows/ci.yml

Preserves all existing artifacts.

Refs: RugMunchMedia/fleet-template
2026-07-02 02:07:06 +07:00

16 lines
629 B
YAML

# WalletPress Chain Definitions
# Users can add custom chains here. Values merge on top of defaults in chains.py.
#
# Format:
# <key>:
# name: <display name>
# family: <evm|bitcoin|solana|tron|ed25519|secp256k1_alt|ripple|substrate|cosmos|algorand|tezos|monero|stellar|ton|nano|filecoin>
# symbol: <ticker>
# slip44: <BIP44 coin type>
# hd_path: <BIP44 derivation path>
# decimals: <decimal places>
# address_pattern: <regex for validation>
# explorer_url: <block explorer URL>
# rpc_url: <RPC endpoint>
# curve: <secp256k1|ed25519|sr25519>
# native_token: <native currency symbol>