当我运行brownie console
ganache-cli 默认从127.0.0.1
地址开始。这个地址怎么改0.0.0.0
?
我试图修改位于~/.brownie/network-config.yaml
. 我已经改变了host
,port
在下面的部分
development:
- name: Ganache-CLI
id: development
cmd: ganache-cli
host: http://0.0.0.0
cmd_settings:
port: 8549
gas_limit: 12000000
accounts: 10
evm_version: istanbul
mnemonic: brownie
但重启后只有端口被正确更新。