Skip to content

Commit

Permalink
add submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Jan 30, 2024
1 parent 1becd58 commit 9b1e4b8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "shielder/PSP22"]
path = shielder/PSP22
url = https://github.com/Cardinal-Cryptography/PSP22.git
1 change: 1 addition & 0 deletions shielder/PSP22
Submodule PSP22 added at 2330b0
1 change: 0 additions & 1 deletion shielder/contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ path = "lib.rs"
default = ["std"]
std = [
"ink/std",
"ink/ink-debug",
]
ink-as-dependency = []
e2e-tests = []
1 change: 0 additions & 1 deletion shielder/contract/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ pub mod contract {
#[cfg(test)]
mod tests {
use drink::{
contract_api::decode_debug_buffer,
runtime::MinimalRuntime,
session::{Session, NO_ARGS, NO_ENDOWMENT, NO_SALT},
ContractBundle,
Expand Down
File renamed without changes.

0 comments on commit 9b1e4b8

Please sign in to comment.