mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Smash ERC20 into its own library
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user