Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Oct 20, 2023
1 parent 46df271 commit a7b1fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def main() -> None:
recipient_address=subaccount.address,
recipient_subaccount_number=1,
asset_id=0,
amount=5,
amount=5_000_000,
)
print('**Transfer Tx**')
print(tx)
Expand Down

0 comments on commit a7b1fba

Please sign in to comment.