Skip to content

Commit

Permalink
Remove cubit as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed May 15, 2024
1 parent e05cf0b commit e4af567
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Scarb.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "cubit"
version = "1.3.0"
source = "git+https://github.com/influenceth/cubit.git#8eacc2b1d952d6266f9725776445c7fb97453403"

[[package]]
name = "konoha"
version = "0.4.0"
dependencies = [
"cubit",
"openzeppelin",
"snforge_std",
]
Expand Down
1 change: 0 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.4.0"
cairo-version = "2.6.3"

[dependencies]
cubit = { git = "https://github.com/influenceth/cubit.git", commit = "62756082bf2555d7ab25c69d9c7bc30574ff1ce8" }
starknet = ">=2.0.0"
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry.git", tag = "v0.20.1" }
openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.10.0" }
Expand Down
1 change: 0 additions & 1 deletion tests/test_treasury.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use core::serde::Serde;
use core::option::OptionTrait;
use core::traits::{TryInto, Into};
use core::byte_array::ByteArray;
use cubit::f128::types::{Fixed, FixedTrait};
use array::ArrayTrait;
use debug::PrintTrait;
use starknet::ContractAddress;
Expand Down

0 comments on commit e4af567

Please sign in to comment.