Web3 Networks & Deploy Checklist
Suported Networks
EVM (Ethereum Virtual Machine)
Ethereum Sepolia
11155111
Testnet
Alchemy
Base Sepolia
84532
L2 Testnet
Alchemy
Arbitrum Sepolia
421614
L2 Testnet
Alchemy
Solana
Devnet
Development
Public RPC
Testnet
Pre-production
Public RPC
Mainnet-Beta
Production
Custom RPC recommended
Deployment Checklist
Pre-Deployment
Separate deployer keys from runtime wallets
Use allowlisted RPC endpoints
Enable rate limit monitoring
Test on devnet/testnet first
Contract Deployment
Compile with latest Solidity version
Verify contract source code
Document constructor parameters
Record deployment transaction
Post-Deployment
Maintain ledger: network, address, version, commit
Publish addresses for transparency
Set up monitoring
Document ABI for frontend integration
Artifacts
Maintain a ledger of
network,contract,address,version, andcommit.Verify contract source where possible and publish addresses.

Last updated