diff --git a/build/voltage-swap-default.tokenlist.json b/build/voltage-swap-default.tokenlist.json index 98b1bec..78623cf 100644 --- a/build/voltage-swap-default.tokenlist.json +++ b/build/voltage-swap-default.tokenlist.json @@ -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": {}, @@ -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", diff --git a/package.json b/package.json index eb26528..53bdc74 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/tokens/fuse.json b/src/tokens/fuse.json index f631f94..8e0e54b 100644 --- a/src/tokens/fuse.json +++ b/src/tokens/fuse.json @@ -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" } ]