@voltage-finance/core

1.0.1ย โ€ขย Publicย โ€ขย Published

Voltage Deployment

  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 voltage-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 fuse
  1. Get the init code hash:
$ npx truffle exec scripts/getUniswapV2PairBytecode.js

In the voltage-v2-periphery repo

  1. Copy the previously output VoltageFactory 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/VoltageLibrary.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.

Readme

Keywords

Package Sidebar

Install

npm i @voltage-finance/core

Weekly Downloads

11

Version

1.0.1

License

GPL-3.0-or-later

Unpacked Size

3.07 MB

Total Files

30

Last publish

Collaborators

  • mul53fuse
  • mul53