Replies: 1 comment 1 reply
-
Be sure to have enough eth to deploy this on goerli, also please share the deployment code on python here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
please what could be the cause of this error and how can i fix it? i'm using goerli network because rinkeby is no longer available on metamask testnet. i have 0.02 GoerliETH and 20 LINKS do i need to add more?
@cromewar
brownie run scripts/1_deploy_token.py --network goerli
Brownie v1.19.3 - Python development framework for Ethereum
Erc20BrownieProject is the active project.
Running 'scripts/1_deploy_token.py::main'...
File "brownie/_cli/run.py", line 51, in main
return_value, frame = run(
File "brownie/project/scripts.py", line 110, in run
return_value = f_locals[method_name](*args, **kwargs)
File "./scripts/1_deploy_token.py", line 10, in main
our_token = OurToken.deploy(initial_supply, {"from": account})
File "brownie/network/contract.py", line 549, in call
return tx["from"].deploy(
File "brownie/network/account.py", line 510, in deploy
receipt, exc = self._make_transaction(
File "brownie/network/account.py", line 752, in _make_transaction
exc = VirtualMachineError(e)
File "brownie/exceptions.py", line 96, in init
raise ValueError(exc["message"]) from None
ValueError: insufficient funds for gas * price + value
Beta Was this translation helpful? Give feedback.
All reactions