2.0.28 • Published 11 months ago

@globiance/default-token-list v2.0.28

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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

2.0.28

11 months ago

2.0.27

1 year ago

2.0.26

1 year ago

2.0.24

1 year ago

2.0.25

1 year ago

2.0.22

1 year ago

2.0.23

1 year ago

2.0.19

2 years ago

2.0.20

2 years ago

2.0.21

2 years ago

2.0.18

2 years ago

2.0.15

2 years ago

2.0.16

2 years ago

2.0.17

2 years ago

2.0.13

2 years ago

2.0.14

2 years ago

2.0.11

2 years ago

2.0.7

2 years ago

2.0.12

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.6

2 years ago

1.0.21

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.20

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

3 years ago