Skip to content

Commit

Permalink
updated transferSOVtoScriptAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshowlett977 committed Jun 10, 2021
1 parent cb0de35 commit 1e22226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/contractInteraction/contract_interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ def transferSOVtoTokenSender():

def transferSOVtoScriptAccount():
# 77967.45 SOV
amount = 77967.45 * 10**16
amount = 7796745 * 10**16

# TODO set receiver address
receiver = "0x27D55f5668eF4438635bdCE0aDCA083507E77752"
Expand Down

0 comments on commit 1e22226

Please sign in to comment.