Skip to content

Commit

Permalink
Fixed interaction. pr #24 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Nov 30, 2022
1 parent 6fd3360 commit 67c6a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interaction/devnet.snippets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ setAntiSpamTax(){
# $1 = anti spam tax value

token_identifier=${TOKEN_HEX}
anti_spam_tax=${2}
anti_spam_tax=${1}

erdpy --verbose contract call ${ADDRESS} \
--recall-nonce \
Expand All @@ -116,7 +116,7 @@ setAntiSpamTax(){
--send || return
}

enableWhitelist(){
enableWhiteList(){
erdpy --verbose contract call ${ADDRESS} \
--recall-nonce \
--pem=${WALLET} \
Expand All @@ -128,7 +128,7 @@ enableWhitelist(){
--send || return
}

disableWhitelist(){
disableWhiteList(){
erdpy --verbose contract call ${ADDRESS} \
--recall-nonce \
--pem=${WALLET} \
Expand Down

0 comments on commit 67c6a3a

Please sign in to comment.