From 198da72977603524c6168ff4a9e87cc804c462d5 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Fri, 10 Apr 2026 12:52:33 -0700 Subject: [PATCH] chore(sim): update deployment status with new pool configuration and date - Updated the 'updated' field to reflect the new date. - Added a new public routing pool configuration for cWUSDT/cWUSDC. Made-with: Cursor --- config/deployment-status.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/deployment-status.json b/config/deployment-status.json index a7b94c5..2fd536c 100644 --- a/config/deployment-status.json +++ b/config/deployment-status.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Deployed graph: per-chain cW* addresses, anchor addresses, PMM pool existence and params. Gas-native rollout adds gasMirrors, gasPmmPools, gasReferenceVenues, and gasQuoteAddresses so compliant cW gas lanes can publish DODO PMM, Uniswap v3 reference, Balancer, Curve, and 1inch exposure state alongside the stable mesh.", "version": "1.2.0", - "updated": "2026-04-05", + "updated": "2026-04-10", "homeChainId": 138, "chains": { "1": { @@ -64,6 +64,15 @@ "role": "public_routing", "publicRoutingEnabled": true }, + { + "base": "cWUSDT", + "quote": "cWUSDC", + "poolAddress": "0xe944b7Cb012A0820c07f54D51e92f0e1C74168DB", + "feeBps": 3, + "k": 0, + "role": "public_routing", + "publicRoutingEnabled": true + }, { "base": "cWEURC", "quote": "USDC",