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.