Web3 API separate from Solana API

Hello,

I was wondering if there was a reason on why there’s the Web3 API, which seems to be dedicated to EVM chains, and one API only dedicated to Solana (the Solana API).

Couldn’t the Solana API be merged into the Web3 API?
Then we could simply use the same endpoints with the chain argument set to solana-mainnet/solana-testnet/solana-devnet.

Removes some friction when it comes to DX, and I feel like the point of Moralis is having one single Rest API/SDK to interact with multiple chains, EVM and non-EVM alike.

Any opinion on this @cryptokid ?

we are thinking on how it is better to organise it

solana was separated initially because it works differently