x402-chain-eip155 1.5.5

EIP-155 (EVM) chain support for the x402 payment protocol
Documentation
1
2
3
4
5
6
7
8
9
10
use alloy_sol_types::sol;

sol!(
    #[allow(missing_docs)]
    #[allow(clippy::too_many_arguments)]
    #[derive(Debug)]
    #[sol(rpc)]
    IERC20,
    "abi/IERC20.json"
);