Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Nov 10, 2023
1 parent db58056 commit 2441ecb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion contracts/injective-cosmwasm-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ injective-cosmwasm = { path = "../../packages/injective-cosmwasm" }
schemars = "0.8.8"
serde = { version = "1.0.136", default-features = false, features = [ "derive" ] }
thiserror = { version = "1.0.30" }
getrandom = { version = "0.2", features = ["js"] }
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ fn test_instantiation() {
// Load compiled wasm bytecode
let wasm_byte_code = std::fs::read("../../artifacts/injective_cosmwasm_mock-aarch64.wasm").unwrap();
let code_id = wasm.store_code(&wasm_byte_code, None, admin).unwrap().data.code_id;
// instantiate contract with initial admin and make admin list mutable
}

0 comments on commit 2441ecb

Please sign in to comment.