If you want to run the UI yourself, check the following steps:
npm install
npm run serve
npm run build
npm run lint
Add a new element to the config.js array, at the end:
'path': { // URL path
TITLE: "Hardrock Farmer", // Title of the vault, let you imagination fly
LOGO: "🎸👨🌾", // Emojis to show on top, make it fun please
VAULT_ABI: yVaultV2, // Usually that one, unless doing a custom one
VAULT_TYPE: 'weird', // 'weird', 'experimental' to select in which column it should show
VAULT_ADDR: "0x33bd0f9618cf38fea8f7f01e1514ab63b9bde64b", // Vault address
WANT_ADDR: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // Token address
WANT_SYMBOL: "USDC", // want symbol to show in UI
COINGECKO_SYMBOL: "usd-coin", // Coingecko symbol, check it on their page
VAULT_DEV : "emilianobonassi", // Developer of the vault
BLOCK_ACTIVATED: 1606599919, // When the vault was activated (not implemented yet)
VAULT_STATUS: "active", // 'active', 'withdraw'. Not active vaults have a label to show status
CHAIN_ID: 1, // 1: Ethereum mainnet, 250: Fantom network
}