LSP Prerequisites
Clone the repo#
- Clone the repo:
 
 git clone https://github.com/UMAprotocol/launch-lsp.gitInstall the dependencies#
You will need to install nodejs v14 (we recommend nvm to manage node versions) and yarn.
Note: these additional dependencies are required -- you may or may not have them on your system already:
- libudev
 - libusb
 
These dependencies are installed on MacOS by installing the XCode Developer Tools. For Linux, the example ubuntu installation command for additional deps is:
sudo apt-get update && sudo apt-get install -y libudev-dev libusb-1.0-0-devInstall packages#
yarnIs your desired price identifier and collateral type supported?#
Before deploying a contract, you should verify that your desired price identifier and collateral currency are already approved on the network you are trying to deploy to.
View approved price identifiers and currencies here:
- Approved mainnet collateral currencies
 - Approved mainnet price identifiers
 - Approved Kovan collateral currencies subgraph query
 - Approved Kovan price identifiers subgraph query
 
To add a new price identifier or collateral currency to mainnet, please propose one to UMA voters by following the instructions detailed here.
To add a new price identifier or collateral currency to Kovan, please contact the UMA team in Discord.