-
|
Hi everybody, I have an issue from test with alchemy. All is running perfectly until this issue. def test_can_fund_ans_withdraw():
E ValueError: sender doesn't have enough funds to send tx. The upfront cost is: 13340543479755684 and the sender's account only has: 0 tests/test_fund_me.py:11: ValueError |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
hello @gYomii it depends a lot on which network are you using to get the accounts, remember to the network to your I hope this info might help. |
Beta Was this translation helpful? Give feedback.
hello @gYomii it depends a lot on which network are you using to get the accounts, remember to the network to your
helpful_scriptsand also if you are using rinkeby or kovan make sure to have enough funds on your wallet to make the process.I hope this info might help.