generated from AbstractSDK/templates
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64c4f55
commit b800ee7
Showing
12 changed files
with
32 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/target | ||
|
||
artifacts | ||
|
||
Cargo.lock | ||
|
||
.env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cc97f662a3c2531c01b79f2104ff11c3c29e566797a69080f1ebc23082e9a42d ibcmail_client-aarch64.wasm | ||
49d94f6e23f3ca549d4536911e8805ed23419d1c13988208f82f0e3eb1275856 ibcmail_server-aarch64.wasm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
c42e5cd5be2f9865d1cd67b9d2c651ce8a9d15cbb2bca42bc6f28873ee15cf6d target/wasm32-unknown-unknown/release/ibcmail_client.wasm | ||
2540d503f00364ac656aecaf6e39cc49e0bdb17084d09d6dbcae2413a3de79a9 target/wasm32-unknown-unknown/release/ibcmail_server.wasm |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,18 @@ edition = "2021" | |
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[[bin]] | ||
name = "demo" | ||
|
||
[features] | ||
default = [] | ||
|
||
[dependencies] | ||
abstract-app = { version = "0.22", features = ["test-utils"] } | ||
abstract-cw-orch-polytone = "2.0.0" | ||
abstract-interface = "0.22" | ||
abstract-interchain-tests = { git = "https://github.com/AbstractSDK/abstract", version = "0.22.1", branch = "removemm" } | ||
cw-orch = { package = "cw-orch-interchain", git = "ssh://[email protected]/AbstractSDK/cw-orch-interchain.git", tag = "v0.22.0" } | ||
|
||
ibcmail = { workspace = true } | ||
cosmwasm-std = { workspace = true } | ||
cosmwasm-schema = { workspace = true } | ||
|
@@ -23,4 +26,7 @@ cw-asset = { workspace = true } | |
client = { workspace = true, features = ["interface"] } | ||
speculoos = { workspace = true } | ||
server = { workspace = true, features = ["interface"] } | ||
abstract-client = { workspace = true } | ||
abstract-client = { workspace = true } | ||
clap.workspace = true | ||
env_logger = "0.11.3" | ||
dotenv = { workspace = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters