Configs
Config for multiple runtime environments and multiple Solana networks.
Runtime Environment
import { env } from '@sentre/senhub'
// development -> npm start
// production -> npm run buildSolana Network
import { net, chainId } from '@sentre/senhub'
// devnet | testnet | mainnet
// 103 | 102 | 101Last updated