Giter Club home page Giter Club logo

Comments (3)

ruppysuppy avatar ruppysuppy commented on July 1, 2024 1

Such fake posts seem to be running rampant now - received 2 "job offers" within 12 hours

from create-fvm-dapp.

homemadestea58 avatar homemadestea58 commented on July 1, 2024 1

Such fake posts seem to be running rampant now - received 2 "job offers" within 12 hours

I've reported so many of them it's not funny. It's really annoying have spam like this on legitimate repositories that actually provide support for their code.

from create-fvm-dapp.

akhileshthite avatar akhileshthite commented on July 1, 2024

Had to set the priorityFee to resolve the HTTP Error: Provider Error issue while deploying contracts.

Getting "HardhatError: HH303: Unrecognized task callRPC" for dynamically setting the priority fees:

  const priorityFee = await hre.run('callRPC', {
     method: 'eth_maxPriorityFeePerGas',
     params: [],
   });

Hence, setting priority fees manually:

maxPriorityFeePerGas: 199992,

There's is something wrong with the hardhat version. current hardhat version: 2.12.7

Feel free to raise a PR.

Update:
I believe that the latest FVM Hyperspace update resolves this issue (HTTP Error: Provider Error), although deploying it without setting priorityFee may still take some time.

Any thoughts?

from create-fvm-dapp.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.