Skip to content

Commit

Permalink
feat: initial airdrop contract
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Jan 3, 2024
1 parent 88ae9fd commit 5a6ea65
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 59 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ yarn.lock

contracts/*/.editorconfig
packages/*/.editorconfig
lcov.info
lcov.info

.DS_Store
121 changes: 64 additions & 57 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nibiru-macro = { path = "packages/nibiru-macro" }
bash-rs = { path = "packages/bash-rs" }

# deps: CosmWasm
cosmwasm-std = { version = "1.5.0", features = ["stargate"] }
cosmwasm-std = { version = "1.5.0", features = ["stargate", "staking"] }
cosmwasm-schema = "1.5.0"
cw-storage-plus = { version = "1.2.0" }
cw-multi-test = { version = "0.20.0" }
Expand Down
Loading

0 comments on commit 5a6ea65

Please sign in to comment.