Skip to content

Commit 6ec8955

Browse files
committed
chore: add dummy token deploying tx
1 parent 4d0458e commit 6ec8955

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_test/init_only.mk

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ help:
2929
all: deploy faucet approve pool-setup position-mint done
3030

3131
.PHONY: deploy
32-
deploy: deploy-foo deploy-bar deploy-baz deploy-qux deploy-wugnot deploy-gns deploy-obl deploy-gnft deploy-gov deploy-pool deploy-position deploy-staker deploy-router deploy-grc20_wrapper
32+
deploy: deploy-foo deploy-bar deploy-baz deploy-qux deploy-fred deploy-thud deploy-wugnot deploy-gns deploy-obl deploy-gnft deploy-gov deploy-pool deploy-position deploy-staker deploy-router deploy-grc20_wrapper
3333

3434
.PHONY: faucet
3535
faucet: faucet-lp01 faucet-gsa
@@ -45,6 +45,7 @@ position-mint: mint-01 mint-02 mint-03 mint-04 mint-05
4545

4646
# Deploy Tokens
4747
# [GRC20] FOO, BAR, BAZ, QUX: Token Pair for Pool
48+
# [GRC20] FRED, THUD: Dummy Token
4849
# [GRC20] WUGNOT: Wrapped GRC20 for native ugnot
4950
# [GRC20] GNS: Default Staking Reward
5051
# [GRC20] OBL: External Staking Reward
@@ -69,6 +70,16 @@ deploy-qux:
6970
@echo "" | gnokey maketx addpkg -pkgdir $(ROOT_DIR)/_setup/qux -pkgpath gno.land/r/qux -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 1ugnot -gas-wanted 9000000 -memo "" test1 > /dev/null
7071
@echo
7172

73+
deploy-fred:
74+
$(info ************ [QUX] deploy fred ************)
75+
@echo "" | gnokey maketx addpkg -pkgdir $(ROOT_DIR)/_setup/fred -pkgpath gno.land/r/fred -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 1ugnot -gas-wanted 9000000 -memo "" test1 > /dev/null
76+
@echo
77+
78+
deploy-thud:
79+
$(info ************ [QUX] deploy thud ************)
80+
@echo "" | gnokey maketx addpkg -pkgdir $(ROOT_DIR)/_setup/thud -pkgpath gno.land/r/thud -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 1ugnot -gas-wanted 9000000 -memo "" test1 > /dev/null
81+
@echo
82+
7283
deploy-wugnot:
7384
$(info ************ [WUGNOT] deploy wugnot ************)
7485
@echo "" | gnokey maketx addpkg -pkgdir $(ROOT_DIR)/_setup/wugnot -pkgpath gno.land/r/wugnot -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL) -broadcast=true -chainid $(CHAINID) -gas-fee 1ugnot -gas-wanted 9000000 -memo "" test1 > /dev/null

0 commit comments

Comments
 (0)