-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
Describe the bug
When trying to deploy multiple L1s locally, only the most recent L1 deployment's RPC is functional.
To Reproduce
- Create chain configs
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 - Deploy
chain1
avalanche blockchain deploy chain1 --local- Note RPC URL then confirm fetching balance for
chain1is functional
cast balance 0x8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC --rpc-url=<chain1 rpc>999999976431274999435251- Deploy
chain2
avalanche blockchain deploy chain2 --local- Note RPC URL then confirm fetching balance for
chain2is functional
cast balance 0x8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC --rpc-url=<chain2 rpc>999999976431274999435251- Try fetching balance on
chain1rpc again
cast balance 0x8db97C7cEcE249c2b98bDC0226Cc4C2A57BF52FC --rpc-url=<chain1 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done π