vm.createSelectFork(MAINNET_RPC_URL);
// or
vm.createSelectFork(MAINNET_RPC_URL, blockNumber);
anvil --fork-url https://eth.llamarpc.com
solana program dump -u m metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s tests/fixtures/mpl_token_metadata.so
solana account XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --output json > tests/fixtures/your_account.json
[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "tests/fixtures/mpl_token_metadata.so"
[[test.validator.account]]
address = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
filename = "tests/fixtures/your_account.json"
solana-test-validator \
--bpf-program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s tests/fixtures/your_account.json \
--account XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX tests/fixtures/your_account.json