b07b302410
* Parsing U256 from base10_parse::<u64>() instead of directly to U256 This fixes a bug for chain_ids that are > 10, base10_parse::<U256>() was somehow parsing into hex. When using the derive macro, chain_id = 10 was parsed as chain_id = 0x10 = 16, causing an issue for some chains like Polygon. * chore: fmt Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> |
||
---|---|---|
.. | ||
abi | ||
macros | ||
types | ||
utils | ||
lib.rs |