-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove rioters-footer (#1391)
Signed-off-by: Norman Meier <[email protected]>
- Loading branch information
Showing
30 changed files
with
0 additions
and
2,163 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 |
---|---|---|
|
@@ -16,9 +16,6 @@ DISTRIBUTOR_PACKAGE=teritori-distributor | |
NAME_SERVICE_REPO=teritori-name-service | ||
NAME_SERVICE_PACKAGE=teritori-name-service | ||
|
||
RIOTER_FOOTER_REPO=rioters-footer-nft | ||
RIOTER_FOOTER_PACKAGE=rioter-footer-nft | ||
|
||
ADDR_LIST_REPO=cw_addr_list | ||
ADDR_LIST_PACKAGE=cw-address-list | ||
|
||
|
@@ -156,20 +153,6 @@ $(CONTRACTS_CLIENTS_DIR)/$(NAME_SERVICE_PACKAGE): node_modules | |
go fmt ./go/pkg/contracts/name_service_types | ||
rm -fr $(NAME_SERVICE_REPO) | ||
|
||
.PHONY: $(CONTRACTS_CLIENTS_DIR)/$(RIOTER_FOOTER_PACKAGE) | ||
$(CONTRACTS_CLIENTS_DIR)/$(RIOTER_FOOTER_PACKAGE): node_modules | ||
rm -fr $(RIOTER_FOOTER_REPO) | ||
git clone [email protected]:TERITORI/$(RIOTER_FOOTER_REPO).git | ||
cd $(RIOTER_FOOTER_REPO) && git checkout e5a5b22cc3e72e09df6b4642d62dc21d99ca34c3 | ||
rm -fr $@ | ||
npx cosmwasm-ts-codegen generate \ | ||
--plugin client \ | ||
--schema $(RIOTER_FOOTER_REPO)/contracts/rioter_footer_nft/schema \ | ||
--out $@ \ | ||
--name $(RIOTER_FOOTER_PACKAGE) \ | ||
--no-bundle | ||
rm -fr $(RIOTER_FOOTER_REPO) | ||
|
||
.PHONY: $(CONTRACTS_CLIENTS_DIR)/$(TOKEN_PACKAGE) | ||
$(CONTRACTS_CLIENTS_DIR)/$(TOKEN_PACKAGE): node_modules | ||
rm -fr $(TOKEN_REPO) | ||
|
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 was deleted.
Oops, something went wrong.
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 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 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
68 changes: 0 additions & 68 deletions
68
packages/components/riotersFooter/DragAndDropNftInReceiverView.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.