Skip to content

Commit

Permalink
Added minato
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Nov 5, 2024
1 parent d7bd7cb commit 78034e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickswap-default-token-list",
"version": "1.3.57",
"version": "1.3.58",
"description": "◦ The Quickswap default token list",
"main": "build/quickswap-default.tokenlist.json",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const IMX = require('./tokens/IMX.json');
const ASTARZKEVM = require('./tokens/astarZKEVM.json');
const XLAYER = require('./tokens/xlayer.json');
const ETHEREUM = require('./tokens/ethereum.json');
const MINATO = require('./tokens/minato.json');

module.exports = function buildList() {
const parsed = version.split('.');
Expand Down Expand Up @@ -44,7 +45,8 @@ module.exports = function buildList() {
...IMX,
...ASTARZKEVM,
...XLAYER,
...ETHEREUM
...ETHEREUM,
...MINATO
]
// sort them by symbol for easy readability
.sort((t1, t2) => {
Expand Down

0 comments on commit 78034e3

Please sign in to comment.