From ee336f48eccf56f9b0d64c7b347ff66b5c76235c Mon Sep 17 00:00:00 2001 From: John Shutt Date: Fri, 21 Nov 2025 09:21:28 -0700 Subject: [PATCH] Fix typo in 'financial-templates' section --- packages/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/README.md b/packages/core/README.md index e08dab5f52..d3c8c7df6d 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -8,7 +8,7 @@ This package contains contract artifacts for all UMA smart contracts. It contain | `cross-chain-oracle` | Contracts to enable the UMA DVM to reach a number of side-chains & rollups. | | `data-verification-mechanism` | Schelling point commit reveal oracle used to arbitrate disputes in downstream escalation games. | | `external` | External integration points from projects integrated into UMA core contracts. | -| `finanical-templates` | Financial contracts built on top of UMA's Oracle. Include Synthetic tokens (fixed term and perpetual), Long-short-pair(on-chain contract for diffrence) and a number of other mechanisms used to build on-chain incentive systems. | +| `financial-templates` | Financial contracts built on top of UMA's Oracle. Include Synthetic tokens (fixed term and perpetual), Long-short-pair(on-chain contract for diffrence) and a number of other mechanisms used to build on-chain incentive systems. | | `gnosis-zodiac` | Gnosis Safe Zodiac integration enabling an Optimistic Oracle powered multisig deployments. | | `merkle-distributor` | Contracts enabling token distribution via merkle distribution and claim process. | | `optimistic-oracle-v2` | Optimistic oracle mechanism, used to bring data on-chain. Highly suited for complex, longtailed, time insensitive data such as prediction markets, insurance products and complex cross-chain applications. |