fevm-foundry-kit icon indicating copy to clipboard operation
fevm-foundry-kit copied to clipboard

Contract Deployment issue

Open abhi8960git opened this issue 4 months ago • 1 comments

forge create --rpc-url https://api.calibration.node.glif.io/rpc/v1 --private-key 6567350f44f172aa94e30551717b509017e2cc34597d61acb9642a7ce49c48ec --contracts /src/SimpleCoin.sol SimpleCoin [⠊] Compiling... [⠒] Compiling 1 files with Solc 0.8.17 [⠢] Solc 0.8.17 finished in 14.91ms Compiler run successful! Error: error sending request for url (https://api.calibration.node.glif.io/rpc/v1)

Context:

  • Error #0: error sending request for url (https://api.calibration.node.glif.io/rpc/v1)
  • Error #1: client error (Connect)
  • Error #2: dns error: failed to lookup address information: Temporary failure in name resolution
  • Error #3: failed to lookup address information: Temporary failure in name resolution

abhi8960git avatar Sep 30 '24 18:09 abhi8960git