Skip to content

Commit

Permalink
add USDT V2
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Nov 6, 2023
1 parent 3188338 commit 5a74194
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": "2023-10-14T15:55:19.572Z",
"timestamp": "2023-11-06T11:37:28.584Z",
"version": {
"major": 3,
"minor": 9,
"minor": 10,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -126,6 +126,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
},
{
"name": "Tether USD V2",
"address": "0x68c9736781E9316ebf5c3d49FE0C1f45D2D104Cd",
"symbol": "USDT V2",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
},
{
"name": "VoltToken",
"address": "0x34Ef2Cc892a88415e9f02b91BfA9c91fC0bE6bD4",
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.9.0",
"version": "3.10.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 @@ -159,5 +159,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x4b9aE621E54BF1ecFe39366BCA0018d97A2D510b/logo.png"
},
{
"name": "Tether USD V2",
"address": "0x68c9736781E9316ebf5c3d49FE0C1f45D2D104Cd",
"symbol": "USDT V2",
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xFaDbBF8Ce7D5b7041bE672561bbA99f79c532e10/logo.png"
}
]

0 comments on commit 5a74194

Please sign in to comment.