Skip to content

Commit

Permalink
add usdm
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Feb 20, 2024
1 parent 93445bd commit 9213072
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-01-23T18:19:12.534Z",
"timestamp": "2024-02-20T14:09:37.131Z",
"version": {
"major": 3,
"minor": 12,
"minor": 13,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -150,6 +150,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
},
{
"name": "USDM Stablecoin",
"address": "0x4447863cddABbF2c3dAC826f042e03c91927A196",
"symbol": "USDM",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x4447863cddABbF2c3dAC826f042e03c91927A196/logo.png"
},
{
"name": "Tether USD on Fuse",
"address": "0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10",
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.12.0",
"version": "3.13.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 @@ -199,5 +199,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xa28a758619ba32B11F8D55eB6C0E1C7E5929bF61/logo.png"
},
{
"name": "USDM Stablecoin",
"address": "0x4447863cddABbF2c3dAC826f042e03c91927A196",
"symbol": "USDM",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x4447863cddABbF2c3dAC826f042e03c91927A196/logo.png"
}
]

0 comments on commit 9213072

Please sign in to comment.