Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

314
Views
Mensaje de error al intentar implementar mi contrato

Actualmente estoy aprendiendo solidez y llegué a la etapa en la que despliego mi contrato en mi terminal. Recibo este mensaje de error "Error HH100: la red rinkeby no existe".

Aquí está mi código hardhat.configure.js

 require('dotenv').config(); require("@nomiclabs/hardhat-ethers"); const { API_URL, PRIVATE_KEY } = process.env; /** * @type import('hardhat/config').HardhatUserConfig */ module.exports = { solidity: "0.7.3", defaultNetwork: "rinkeby", networks: { hardhat: {}, rinkeby: { url: API_URL, accounts: [`0x${PRIVATE_KEY}`] } }, }
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

la configuración correcta sería

 module.exports = { defaultNetwork: "rinkeby", networks: { hardhat: { }, rinkeby: { url: "https://eth-rinkeby.alchemyapi.io/v2/123abc123abc123abc123abc123abcde", accounts: [privateKey1, privateKey2, ...] } }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!