Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hello, I am trying to execute the command brownie run scripts/deploy.py --network mainnet-fork ,
but I am getting the following problem

error1

I have tried to modify the network-config.yaml, in the following ways, but it does not solve the problem.

- cmd: ganache cmd_settings: accounts: 10 evm_version: istanbul fork: mainnet gas_limit: 12000000 mnemonic: brownie port: 8545 host: http://127.0.0.1 id: mainnet-fork name: Ganache (Mainnet Fork) timeout: 120

- cmd: ganache cmd_settings: accounts: 10 evm_version: istanbul fork: mainnet gas_limit: 12000000 mnemonic: brownie port: 8545 host: http://127.0.0.1 id: mainnet-fork name: Ganache-CLI (Mainnet Fork) timeout: 120

You must be logged in to vote

Replies: 1 comment

Comment options

Solution:

https://inthediary.medium.com/developing-our-own-blockchain-network-for-testing-solidity-contracts-using-brownie-forking-with-b7b7faa33fab

I try to add the network with infura but I get that my access has been temporarily prohibited so add the network with Alchemy if I let myself.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.