ApeWorX / ape

The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
https://apeworx.io
Apache License 2.0
884 stars 132 forks source link

Missing RPC in node provider for custom network defaults to spinning up local node #2302

Open antazoey opened 3 weeks ago

antazoey commented 3 weeks ago

Have you ensured that all of these are up to date?

What version of Ape are you on?

latest and greatest

What command(s) is the bug in?

ape console --network ethereum:ronin:node

Operating System

macOS (Intel)

ape-config.yaml file

networks:
  custom:
    - name: ronin
      chain_id: 2020
      ecosystem: ethereum

# COMMENTED OUT ON PURPOSE
# node:
#   ethereum:
#     ronin:
#       uri: https://api.roninchain.com/rpc

Reproduction code

Same as command

linear[bot] commented 3 weeks ago

APE-1832 Missing RPC in node provider for custom network defaults to spinning up local node