We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When trying to deploy multiple L1s locally, only the most recent L1 deployment's RPC is functional.
To Reproduce
avalanche blockchain create chain1 --evm --proof-of-authority --test-defaults --evm-token="TEST" --evm-chain-id=888
avalanche blockchain create chain2 --evm --proof-of-authority --test-defaults --evm-token="TEST" --evm-chain-id=999
chain1
avalanche blockchain deploy chain1 --local
cast balance 0x8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC --rpc-url=<chain1 rpc>
999999976431274999435251
chain2
avalanche blockchain deploy chain2 --local
cast balance 0x8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC --rpc-url=<chain2 rpc>
Error: error sending request for url (http://127.0.0.1:43791/ext/bc/S3rjJ3oAo2vo1z4qwxDma8ii3JxAEfci17EFSaxsbtTGPKuZf/rpc) Context: - Error #0: error sending request for url (http://127.0.0.1:43791/ext/bc/S3rjJ3oAo2vo1z4qwxDma8ii3JxAEfci17EFSaxsbtTGPKuZf/rpc) - Error #1: client error (Connect) - Error #2: tcp connect error: Connection refused (os error 111) - Error #3: Connection refused (os error 111)
Expected behavior Both RPCs should be functional
Operating System MacOSX / Ubuntu
The text was updated successfully, but these errors were encountered:
Thanks! Indeed local network support for more than one l1 is needed.
Sorry, something went wrong.
felipemadero
No branches or pull requests
Describe the bug
When trying to deploy multiple L1s locally, only the most recent L1 deployment's RPC is functional.
To Reproduce
avalanche blockchain create chain1 --evm --proof-of-authority --test-defaults --evm-token="TEST" --evm-chain-id=888
avalanche blockchain create chain2 --evm --proof-of-authority --test-defaults --evm-token="TEST" --evm-chain-id=999
chain1
chain1
is functionalchain2
chain2
is functionalchain1
rpc againExpected behavior
Both RPCs should be functional
Operating System
MacOSX / Ubuntu
The text was updated successfully, but these errors were encountered: