Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 855 Bytes

README.md

File metadata and controls

49 lines (37 loc) · 855 Bytes

UBI Vaults 💧🔥

If you want to run the UI yourself, check the following steps:

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Add an experimental experiment

Add a new element to the config.js array, at the end:

  ubidai: { // route path
    TITLE: "UBI DAI",
    LOGO: "💧🔥",
    VAULT_ABI: yVaultV2,
    VAULT_TYPE: "experimental",
    VAULT_ADDR: "0x8EBd041213218953109724e60c9cE91B57887288",
    WANT_ADDR: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
    WANT_SYMBOL: "DAI",
    COINGECKO_SYMBOL: "DAI",
    VAULT_DEV: "emilianobonassi",
    BLOCK_ACTIVATED: 1606599919,
    VAULT_STATUS: "active",
    CHAIN_ID: 1,
  },
}