{
"instruments": [
{
"id": "Amulet",
"name": "Amulet",
"symbol": "Amulet",
"totalSupply": null,
"totalSupplyAsOf": null,
"decimals": 10,
"supportedApis": {
"splice-api-token-metadata-v1": 1,
"splice-api-token-allocation-v1": 1,
"splice-api-token-transfer-instruction-v1": 1,
"splice-api-token-holding-v1": 1,
"splice-api-token-allocation-instruction-v1": 1
}
}
],
"nextPageToken": null
}
Problem
The name and symbol of "Amulet" is off in this response on DevNet from
/registry/metadata/v1/instruments.Proposed fix
Read these values from
https://github.com/hyperledger-labs/splice/blob/2e555c7d61d0e60f4512fbe0261937d6c0e05322/apps/common/src/main/scala/org/lfdecentralizedtrust/splice/config/SpliceInstanceNamesConfig.scala#L6-L13
when serving them here
https://github.com/hyperledger-labs/splice/blob/2e555c7d61d0e60f4512fbe0261937d6c0e05322/apps/scan/src/main/scala/org/lfdecentralizedtrust/splice/scan/admin/http/HttpTokenStandardMetadataHandler.scala#L61-L65