Skip to content

Commit

Permalink
Removed v1 contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorJTClarke committed Feb 6, 2022
1 parent 596f27a commit 6bae22f
Show file tree
Hide file tree
Showing 18 changed files with 95 additions and 6,515 deletions.
190 changes: 95 additions & 95 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# include a member for each contract
members = [
"sputnik-staking",
"sputnikdao",
"sputnikdao2",
"sputnikdao-factory",
"sputnikdao-factory2",
"test-token"
]
Expand Down
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ set -e

cargo +stable build --target wasm32-unknown-unknown --release
cp target/wasm32-unknown-unknown/release/sputnik_staking.wasm ./sputnik-staking/res/
cp target/wasm32-unknown-unknown/release/sputnikdao.wasm ./sputnikdao/res/
cp target/wasm32-unknown-unknown/release/sputnikdao2.wasm ./sputnikdao2/res/
cp target/wasm32-unknown-unknown/release/sputnikdao_factory.wasm ./sputnikdao-factory/res/
cp target/wasm32-unknown-unknown/release/sputnikdao_factory2.wasm ./sputnikdao-factory2/res/
cp target/wasm32-unknown-unknown/release/test_token.wasm ./test-token/res/
Loading

0 comments on commit 6bae22f

Please sign in to comment.