From 739b40fcd4691387c9af7dedd14fa82355f72434 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Mon, 11 May 2026 21:08:23 -0700 Subject: [PATCH] chore(config): add GRU monetary-unit manifest; bump smom-dbis-138 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 --- config/gru-monetary-unit-manifest.json | 11 +++++++++++ smom-dbis-138 | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 config/gru-monetary-unit-manifest.json diff --git a/config/gru-monetary-unit-manifest.json b/config/gru-monetary-unit-manifest.json new file mode 100644 index 00000000..0054b35b --- /dev/null +++ b/config/gru-monetary-unit-manifest.json @@ -0,0 +1,11 @@ +{ + "monetaryUnits": [ + { + "code": "BTC", + "canonicalSymbol": "cBTC", + "wrappedSymbol": "cWBTC", + "mappingKey": "Compliant_BTC_cW", + "decimals": 8 + } + ] +} diff --git a/smom-dbis-138 b/smom-dbis-138 index e279443e..0f8476f4 160000 --- a/smom-dbis-138 +++ b/smom-dbis-138 @@ -1 +1 @@ -Subproject commit e279443e1c43de6247984f092c99fcd75449e561 +Subproject commit 0f8476f4934980aa3f8c056edd5cc28ad25f8ba6