Skip to content

Commit

Permalink
Unlock MONK coin in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao-at-decenomy authored Jun 12, 2023
1 parent 6fb95a2 commit a1d1d3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions decenomy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NC='\033[0m'
ASCII_L="--│█│█"
ASCII_R="│█│█--"
ASCII_LINE="--------------------------------------------------------------"
SCRIPVERSION=v1.0.4
SCRIPVERSION=v1.0.5
SCRIPT_GITHUB=https://api.github.com/repos/decenomy/mnscript/releases/latest
SCRIPT_FILE=`curl -s $SCRIPT_GITHUB | grep "browser_download_url.*decenomy.sh" | cut -d : -f 2,3 | tr -d \" | xargs`
NODEIP=$(curl --fail --retry 3 -s4 icanhazip.com)
Expand Down Expand Up @@ -432,7 +432,7 @@ main_menu() {
echo -e " "[-] Cryptosaga - SAGA" |-|-| "[6] Dash Diamond - DASHD
echo -e " "[-] Eskacoin - ESK" |-|-| "[8] Flits - FLS
echo -e " "[9] Jackpot - 777" |-|-| "[10] Kyanite - KYAN
echo -e " "[11] Mobility Coin - MOBIC" |-|-| "[--] Monk - MONK
echo -e " "[11] Mobility Coin - MOBIC" |-|-| "[12] Monk - MONK
echo -e " "[--] One World - OWO" |-|-| "[14] Peony - PNY
echo -e " "[15] Sapphire - SAPP" |-|-| "[--] Suvereno - SUV
echo -e " "[--] Ultra Clear - UCR" |-|-| "
Expand Down Expand Up @@ -480,9 +480,9 @@ main_menu() {
11) clear
var_mobic
;;
#12) clear
# var_monk
# ;;
12) clear
var_monk
;;
#13) clear
# var_owo
# ;;
Expand Down

0 comments on commit a1d1d3c

Please sign in to comment.