chore(config): add GRU monetary-unit manifest; bump smom-dbis-138
Some checks failed
Deploy to Phoenix / deploy (push) Has been skipped
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Has been skipped
Deploy to Phoenix / cloudflare (push) Has been skipped
Deploy to Phoenix / validate (push) Failing after 1s

BTC/cBTC/cWBTC registry row for token-aggregation monetary-unit tests.
Submodule picks up token-aggregation Jest GRU-loader gating + test:ci:gru script.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-11 21:08:23 -07:00
parent f7e56f0a92
commit 739b40fcd4
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"monetaryUnits": [
{
"code": "BTC",
"canonicalSymbol": "cBTC",
"wrappedSymbol": "cWBTC",
"mappingKey": "Compliant_BTC_cW",
"decimals": 8
}
]
}