diff --git a/Scarb.toml b/Scarb.toml index 3988cce..f730aa9 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -3,8 +3,9 @@ name = "beasts" version = "0.1.0" [dependencies] -starknet = "2.7.1" +starknet = "2.7.0" openzeppelin_token = { git = "https://github.com/OpenZeppelin/cairo-contracts", tag = "v0.15.1" } openzeppelin_introspection = { git = "https://github.com/OpenZeppelin/cairo-contracts", tag = "v0.15.1" } + [scripts] test = "scarb cairo-test" \ No newline at end of file