usdshe 0.4.0

A utility crate to easily retrieve USDC contract addresses for various blockchain networks.
Documentation
1
2
3
4
use alloy_primitives::{address, Address};

/// <https://berascan.com/address/0x549943e04f40284185054145c6E4e9568C1D3241>
pub const USDC: Address = address!("549943e04f40284185054145c6e4e9568c1d3241");