From ddf973fff4b7fdcdcffa5d6dcb3c4e73a96b2acf Mon Sep 17 00:00:00 2001 From: Dirk Brink Date: Tue, 8 Oct 2024 07:23:09 -0700 Subject: [PATCH] whitepapers: Clarify CCQ sol_pda support (#4129) --- 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.