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://sepolia.arbiscan.io/address/0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d>
pub const USDC: Address = address!("75faf114eafb1bdbe2f0316df893fd58ce46aa4d");