chore(stablecoin): use alloy primitives

This commit is contained in:
Andrea Franz
2026-06-25 15:52:03 +02:00
parent 3eab96a217
commit e93db419c4
4 changed files with 13 additions and 6 deletions
+2
View File
@@ -3551,9 +3551,11 @@ dependencies = [
name = "stablecoin_core"
version = "0.1.0"
dependencies = [
"alloy-primitives",
"borsh",
"nssa_core",
"risc0-zkvm",
"ruint",
"serde",
"spel-framework-macros",
"twap_oracle_core",