File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deploy-libraries: deploy-uint256 deploy-int256 deploy-math
1414deploy-base-tokens : deploy-gns deploy-gnft
1515
1616.PHONY : deploy-gnoswap-realms
17- deploy-gnoswap-realms : deploy-gov-xgns deploy-emission deploy-protocol-fee deploy-pool deploy-position deploy-router deploy-staker deploy-community-pool deploy-gov-staker deploy-gov-governance deploy-launchpad
17+ deploy-gnoswap-realms : deploy-gov-xgns deploy-emission deploy-protocol-fee deploy-pool deploy-position deploy-router deploy-staker deploy-community-pool deploy-gov-staker deploy-gov-governance deploy-launchpad deploy-referral
1818
1919
2020# send ugnot to necessary accounts
@@ -114,6 +114,10 @@ deploy-launchpad:
114114 @echo " " | gnokey maketx addpkg -pkgdir $(ROOT_DIR ) /contract/r/gnoswap/launchpad -pkgpath gno.land/r/gnoswap/v1/launchpad -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL ) -broadcast=true -chainid $(CHAINID ) -gas-fee 100000000ugnot -gas-wanted 100000000 -memo " " gnoswap_admin
115115 @echo
116116
117+ deploy-referral :
118+ $(info ************ deploy referral ************ )
119+ @echo " " | gnokey maketx addpkg -pkgdir $(ROOT_DIR ) /contract/r/gnoswap/referral -pkgpath gno.land/r/gnoswap/v1/referral -insecure-password-stdin=true -remote $(GNOLAND_RPC_URL ) -broadcast=true -chainid $(CHAINID ) -gas-fee 100000000ugnot -gas-wanted 100000000 -memo " " gnoswap_admin
120+ @echo
117121
118122deploy-usdc :
119123 $(info ************ deploy usdc ************ )
You can’t perform that action at this time.
0 commit comments