From 06ff943535811dd25a9ad5d8496798ceec6faf11 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 4 Feb 2025 06:38:16 +1000 Subject: [PATCH] Add transaction simulation to platform comparison (#1248) --- docs/data/README.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data/README.mdx b/docs/data/README.mdx index f9a8db6e7..53db436a1 100644 --- a/docs/data/README.mdx +++ b/docs/data/README.mdx @@ -20,6 +20,7 @@ This section will walk you through the differences between the various platforms | Smart Contracts | ✅ | ✅ | ❌ | ✅ | | API | ✅ | ❌ | ✅ | ❌ | | Transaction Submission | ✅ | ❌ | ✅ | ❌ | +| Transaction Simulation | ✅ | ❌ | ❌ | ❌ | | Curated and Parsed Data | ❌ | ✅ | ✅ | ❌ | | Ad Hoc Data Analysis | ❌ | ✅ | ❌ | ❌ |