Skip to content

Commit

Permalink
fix: test script
Browse files Browse the repository at this point in the history
- r/consts -> p/consts
- UnstakeToken -> UnStakeToken
  • Loading branch information
r3v4s committed Jan 24, 2025
1 parent a121e24 commit aac0a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deploy-math:

deploy-consts:
$(info ************ deploy consts ************)
@echo "" | gnokey maketx addpkg -pkgdir $(ROOT_DIR)/contract/r/gnoswap/consts -pkgpath gno.land/p/gnoswap/consts -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 100000000ugnot -gas-wanted 100000000 -memo "" gnoswap_admin
@echo "" | gnokey maketx addpkg -pkgdir $(ROOT_DIR)/contract/p/gnoswap/consts -pkgpath gno.land/p/gnoswap/consts -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 100000000ugnot -gas-wanted 100000000 -memo "" gnoswap_admin
@echo

deploy-common:
Expand Down
2 changes: 1 addition & 1 deletion tests/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ collect-staking-reward-1:
# unstake token
unstake-token-1:
$(info ************ unstake token 1 ************)
@echo "" | gnokey maketx call -pkgpath gno.land/r/gnoswap/v1/staker -func UnstakeToken -args 1 -args true -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 100000000ugnot -gas-wanted 1000000000 -memo "" gnoswap_admin
@echo "" | gnokey maketx call -pkgpath gno.land/r/gnoswap/v1/staker -func UnStakeToken -args 1 -args true -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 100000000ugnot -gas-wanted 1000000000 -memo "" gnoswap_admin
@echo


Expand Down

0 comments on commit aac0a2d

Please sign in to comment.