Skip to content

blockchainmusicentertainment/TosDisFinance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TosDisFinance Pool verification and Logo Update Procedure

1: Open and edit "pools.json" file from the main branch

2: Copy your pool contract address from the pool deployment transaction hash and add your pool address at the bottom of addresses under

    "verifiedPoolAddresses"

3: Add your token address and direct image link(svg logo preferred) under

    "poolTokenImages"

as follows:

{
  "address": "Your token contract address",
  
  "image_url": "Your token logo direct link"
}

4: Create a Pull request.

5: DONE!!! For quick approval, drop a message at TosDis telegram support.

    Important: Carefully check how other addresses in pools.json file are added and make sure you do not miss any commas.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 60.5%
  • JavaScript 39.5%