GithubHelp home page GithubHelp logo

rowinvanamsterdam / blog--disable-site-suggested-gas-fee-in-metamask-using-web3js Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4.02 MB

A repository for my blog

HTML 19.35% JavaScript 14.22% TypeScript 61.64% CSS 4.79%

blog--disable-site-suggested-gas-fee-in-metamask-using-web3js's People

Contributors

rowinvanamsterdam avatar

Stargazers

 avatar

Watchers

 avatar

blog--disable-site-suggested-gas-fee-in-metamask-using-web3js's Issues

Disable site suggested fee for latest web3 version

Hello,

I am using web3 v1.10.0 and I could disable site suggested fee on metmask confirm window. But after updating the web3 version to 4.0.3, the site suggested fee is visible again. Please let me know Is the feature to disable site suggested fee removed in latest version?

    const web3 = new Web3(window.ethereum);
    const contract = new web3.eth.Contract(erc20ABI, contractAddress);
    contract.methods
      .transfer(destinationAdrs, (depositAmt * 1000000).toString())
      .send({ from: sourceAdrs, gas: "21000", maxPriorityFeePerGas: null, maxFeePerGas: null })
      .then(function (receipt) {
        console.log(receipt);
      }).catch(function (error) {
        console.log(error);
      });

Thank you

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.