From 659bbd1571a7378168005267ed335cb8b1ff1328 Mon Sep 17 00:00:00 2001 From: Dirk Brink Date: Fri, 4 Oct 2024 08:41:09 -0700 Subject: [PATCH] docs: Clarify CCQ sol_pda support --- whitepapers/0013_ccq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitepapers/0013_ccq.md b/whitepapers/0013_ccq.md index 775fef8b60..d9f1e29575 100644 --- a/whitepapers/0013_ccq.md +++ b/whitepapers/0013_ccq.md @@ -301,7 +301,7 @@ Currently the supported query types on EVM are `eth_call`, `eth_call_by_timestam #### Solana Queries -Currently the only supported query type on Solana is `sol_account`. +Currently the supported query types on Solana are `sol_account` and `sol_pda`. 1. sol_account (query type 4) - this query is used to read data for one or more accounts on Solana.