Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fix build transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
FerranMarin committed Mar 29, 2022
1 parent 37dd373 commit 9d83998
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions axie-utils/axie_utils/scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def approve_contract(self):
Web3.toChecksumAddress(SCATTER_CONTRACT),
115792089237316195423570985008687907853269984665640564039457584007913129639935
).buildTransaction({
"from": Web3.toChecksumAddress(self.from_acc),
"to": Web3.toChecksumAddress(TOKEN[self.token]),
"gas": 1000000,
"gasPrice": self.w3.toWei(1, "gwei")
})
Expand Down Expand Up @@ -248,8 +246,6 @@ def approve_contract(self):
Web3.toChecksumAddress(SCATTER_CONTRACT),
115792089237316195423570985008687907853269984665640564039457584007913129639935
).buildTransaction({
"from": Web3.toChecksumAddress(self.from_acc),
"to": Web3.toChecksumAddress(TOKEN[self.token]),
"gas": 1000000,
"gasPrice": self.w3.toWei(1, "gwei")
})
Expand Down

0 comments on commit 9d83998

Please sign in to comment.