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