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
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user