testnet property

ChainConfig testnet
final

Solana Testnet.

Implementation

static final testnet = Chains.solana.copyWith(
  name: 'Solana Testnet',
  rpcUrls: ['https://api.testnet.solana.com'],
  testnet: true,
);