Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 921 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 921 Bytes

Telenova Utils

About

This repo contains static information (logos, links, etc.) to support Telenova app.

Chains

Contains JSON file with networks info.

Icons

Contains the iconography for Telenova.

How to add a new chain

  1. Paste chain data (genesisHash, name, assets) at the very end of allowedChains.json according to the existing structure
  2. Export chain & assets icons from Figma using a shortcut cmd+shift+E
  3. Paste icons in project directories for chains and assets respectively
  4. Substitute env variables for NOVA_CONFIG_VERSION & TELENOVA_CONFIG_VERSION
  5. Run script npm run build:chains