Git Product home page Git Product logo

uniswap-v2-core's Introduction

Uniswap V2 xDAI Deployment

Requires checking out the Uniswap Periphery: https://github.com/1Hive/uniswap-v2-periphery

  1. Install dependencies in both this repo and the periphery repo:
$ yarn install
  1. Copy private key that contains xDAI into this repo and the the periphery repo's truffle-config.js where specified.

In the uniswap-v2-core repo

  1. Update the FEE_TO_SETTER_ADDRESS in the migrations/2_deploy.js file if required.

  2. Deploy to xDAI:

$ npx truffle migrate --network xdai
  1. Get the init code hash:
$ npx truffle exec scripts/getUniswapV2PairBytecode.js

In the uniswap-v2-periphery repo

  1. Copy the previously output UniswapV2Factory address to the FACTORY_ADDRESS in the migrations/2_deploy.js file.

  2. Update the WRAPPED_ETH address in the migrations/2_deploy.js file if required.

  3. Copy the init code hash previously output to contracts/libraries/UniswapV2Library.sol at line 24.

  4. Deploy to xDAI:

$ npx truffle migrate --network xdai

Note it seems xdai doesn't currently impose the contract size limit of 24576 bytes so we can enable 10000 optimizer runs making individual transaction executions cheaper. There's a chance xdai will introduce the limit in future in which case the current optimizer runs will need to be reduced. The current size of the UniswapV2Router02 is 26887 bytes.

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.