Giter VIP home page Giter VIP logo

Comments (3)

 avatar commented on August 12, 2024 1

Thank you for this yes, the method to propose changes to the repo is a pull request:
-Fork the repo
-Make a new branch on your copy of the repo, push the changes there
-Go to your copy's github page and there should be a Create Pull Request option

from vfat-tools.

About7Sharks avatar About7Sharks commented on August 12, 2024

https://github.com/vfat-tools/vfat-tools/blob/f981f31649a22921220368012c9762da33e35a65/src/static/js/ethers_helper.js Heres the helper function that defines the links

from vfat-tools.

About7Sharks avatar About7Sharks commented on August 12, 2024

I tried to pull the code and push a new branch for a pr but don't have proper access to the repo.
Adding chain=='matic' to file around line 1280 will work see snippet bellow.

        pool.symbol.includes("Cake") ? [
          `https://exchange.pancakeswap.finance/#/add/${t0address}/${t1address}`, 
          `https://exchange.pancakeswap.finance/#/remove/${t0address}/${t1address}`, 
          `https://exchange.pancakeswap.finance/#/swap?inputCurrency=${t0address}&outputCurrency=${t1address}` 
        ] :
        chain=='matic'? [
          `https://quickswap.exchange/#/add/${t0address}/${t1address}`,
          `https://quickswap.exchange/#/remove/${t0address}/${t1address}`,
          `https://quickswap.exchange/#/swap?inputCurrency=${t0address}&outputCurrency=${t1address}` 
        ] :
        pool.name.includes("Value LP") ? [
          `https://bsc.valuedefi.io/#/add/${t0address}/${t1address}`, 
          `https://bsc.valuedefi.io/#/remove/${t0address}/${t1address}`, 
          `https://bsc.valuedefi.io/#/swap?inputCurrency=${t0address}&outputCurrency=${t1address}` 
        ] :

from vfat-tools.

Related Issues (20)

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.