Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@globiance/default-token-list-test

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globiance/default-token-list-test

This is the module which contains the list of tokens which will be available by default for swapping on [GlobianceDEX](https://dex.globiance.com) for everyone. This module also enlists the default set of pool visible in the [pool list](http://dex.globianc

  • 2.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

GlobianceDEX - default-token-list

This is the module which contains the list of tokens which will be available by default for swapping on GlobianceDEX for everyone. This module also enlists the default set of pool visible in the pool list.

Listing a token

To request a new token listing you can do any of the following:

  1. Generate new issue with all details
  2. Generate a Pull Request ( PR ) by add your logo ( as per format ) to assets and add a JSON file containing details of the token in the directory.

Format of the JSON file:

  • Filename must be token name in lowercase
{
  "name": ,
  "symbol": "",
  "address": "",
  "decimals": ,
  "feeOnTransfer": 
}

Sample:

{
  "name": "Globiance Exchange Token",
  "symbol": "GBEX",
  "address": "xdc34514748f86a8da01ef082306b6d6e738f777f5a",
  "decimals": 18,
  "feeOnTransfer": true
}

Listing a Pool

To enlist a pool in the default liquidity pools list add PR with corresponding pool details added in directory

Format:

  • Filename must be pair address
  • all token names must be in lowercase

File Structure:

{
  "first": "",
  "second": "",
  "address": ""
}

Sample:

{
  "first": "gbex",
  "second": "xdc",
  "address": "xdc1aF38719EdEFE7D2aE5923198CCeea821968278F"
}

Token Logo Format

Token logo needs to be in a .PNG format with preferrable dimensions of 50x50 px

Keywords

FAQs

Package last updated on 05 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc