@pooltogether/migrate-v3
v0.1.4
Published
Ethereum Smart Contract to help users migrate from PoolManager V2 to PoolTogether V3
Downloads
40
Readme
PoolTogether Migrate V3 Contract
Helps users migrate from PoolTogether V2 to PoolTogether v3
Setup
First clone the repository then run:
$ yarnCopy over .envrc.example to .envrc
$ cp .envrc.example .envrcMake sure to update the enviroment variables with suitable values. You'll want to administer any pools you create, so be sure to use a mnemonic that you used to create a prize pool.
Now enable the env vars using direnv
$ direnv allow