Skip to content

Commit

Permalink
add mst
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Feb 21, 2024
1 parent 9213072 commit d37ba14
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions build/voltage-swap-default.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Voltage Swap List",
"timestamp": "2024-02-20T14:09:37.131Z",
"timestamp": "2024-02-21T11:53:11.346Z",
"version": {
"major": 3,
"minor": 13,
"minor": 14,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -126,6 +126,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xF2C6C1AA2bf8ec40F564Ea8A483F64907ea37A3F/logo.png"
},
{
"name": "Meridian MST",
"address": "0x2363Df84fDb7D4ee9d4E1A15c763BB6b7177eAEe",
"symbol": "MST",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x2363Df84fDb7D4ee9d4E1A15c763BB6b7177eAEe/logo.png"
},
{
"name": "Qiji",
"address": "0x4b9aE621E54BF1ecFe39366BCA0018d97A2D510b",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voltage-finance/swap-default-token-list",
"version": "3.13.0",
"version": "3.14.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x4447863cddABbF2c3dAC826f042e03c91927A196/logo.png"
},
{
"name": "Meridian MST",
"address": "0x2363Df84fDb7D4ee9d4E1A15c763BB6b7177eAEe",
"symbol": "MST",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x2363Df84fDb7D4ee9d4E1A15c763BB6b7177eAEe/logo.png"
}
]

0 comments on commit d37ba14

Please sign in to comment.