File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,15 @@ deploy_ekoke_erc20_swap() {
47
47
dfx deploy --mode=$INSTALL_MODE --yes --network=" $NETWORK " --argument=" $ekoke_erc20_swap_init_args " ekoke-erc20-swap
48
48
}
49
49
50
+ deploy_ekoke_erc20_swap_frontend () {
51
+ INSTALL_MODE=" $1 "
52
+ NETWORK=" $2 "
53
+
54
+ echo " deploying ekoke-erc20-swap-frontend canister"
55
+
56
+ dfx deploy --mode=$INSTALL_MODE --yes --network=" $NETWORK " ekoke-erc20-swap-frontend
57
+ }
58
+
50
59
deploy_ekoke_reward_pool () {
51
60
INSTALL_MODE=" $1 "
52
61
NETWORK=" $2 "
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ case "$CANISTER" in
43
43
deploy_ekoke_erc20_swap " reinstall" " ic" " $EKOKE_ERC20_SWAP_PRINCIPAL " " $ADMIN_PRINCIPAL " " $EKOKE_LEDGER_PRINCIPAL " " $ERC20_BRIDGE_ADDRESS " " $ERC20_SWAP_FEE " " $ERC20_NETWORK "
44
44
;;
45
45
46
+ " ekoke-erc20-swap-frontend" )
47
+ deploy_ekoke_erc20_swap_frontend " reinstall" " ic"
48
+ ;;
49
+
46
50
" ekoke-liquidity-pool" )
47
51
deploy_ekoke_liquidity_pool " reinstall" " ic" " $EKOKE_LIQUIDITY_POOL_PRINCIPAL " " $ADMIN_PRINCIPAL " " $SWAP_ACCOUNT "
48
52
;;
You can’t perform that action at this time.
0 commit comments