an asset registry that maps our asset ids to external ones #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #6
Scope
A registry in
wallet-corefromAssetIdto display metadata and external identifiers: NEAR Intentsnep141:…/1cs_v1:…ids first, with room for a ramp provider's symbol codes. Shipped as TOML alongside chain profiles; the swap module resolves through it and refuses an asset it cannot map rather than guessing.Acceptance
Given the live
GET /v0/tokensresponse, every mapped asset resolves to exactly one Intents id, and an unmapped one producesSwapError::UnsupportedPairwith the asset named.Depends on
#18 (chain profiles).