Skip to content

rivrkitty/solarbeam-interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solarbeam.io

Solarbeam DEX on Moonriver

Whitelisting

Make a Pull Request to this repo including:

  • Add token's icon (.png) under the public/images/tokens folder
  • Add token's info in the src/constants/token-lists/solarbeam.tokenlist.json file, in this format:
    {
        "name": [token_name],
        "address": [token_address],
        "symbol": [token_symbol],
        "decimals": [token_decimals],
        "chainId": 1285,
        "logoURI": "https://solarbeam.io/images/tokens/[token_icon_filename]"
    }
    

More info about pull requests:

About

Solarbeam.io DEX on Moonriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 98.8%
  • Other 1.2%