Smash ERC20 into its own library

This commit is contained in:
Luke Parker
2024-09-16 21:59:12 -04:00
parent ae61f3d359
commit a7d5640642
9 changed files with 108 additions and 10 deletions

13
Cargo.lock generated
View File

@@ -8737,6 +8737,19 @@ dependencies = [
"serai-processor-ethereum-primitives",
]
[[package]]
name = "serai-processor-ethereum-erc20"
version = "0.1.0"
dependencies = [
"alloy-core",
"alloy-provider",
"alloy-rpc-types-eth",
"alloy-simple-request-transport",
"alloy-sol-macro",
"alloy-sol-types",
"alloy-transport",
]
[[package]]
name = "serai-processor-ethereum-primitives"
version = "0.1.0"