Check L2 State
Compare L2 state including balances and transaction details on Geth and Solana
Install Cast
https://book.getfoundry.sh/getting-started/installation
Compare balance on Geth and Solana
Check balance on OP Geth
Check balance on Solana using Light Client
These balances should be the same.
Compare transaction on Geth and Solana
Fetch transaction on OP Geth
Fetch transaction on Solana using Light Client
These transactions should have the same fields except block hash and block number which are expected to be different.
Last updated