Skip to content

Commit

Permalink
Add ibc-callbacks contract
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 9, 2024
1 parent d619238 commit 2aed858
Show file tree
Hide file tree
Showing 14 changed files with 2,802 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contracts/ibc-callbacks/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[alias]
wasm = "build --release --lib --target wasm32-unknown-unknown"
wasm-debug = "build --lib --target wasm32-unknown-unknown"
unit-test = "test --lib"
integration-test = "test --test integration"
schema = "run --bin schema"

0 comments on commit 2aed858

Please sign in to comment.