devnet property

ChainConfig devnet
final

Solana Devnet.

Implementation

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