Skip to content

Commit

Permalink
Merge pull request #14 from CoineusCrypto/master
Browse files Browse the repository at this point in the history
add LIT and FVKSRG to list
  • Loading branch information
mul53 authored Jan 30, 2024
2 parents 46b460e + d396e69 commit 93445bd
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
24 changes: 20 additions & 4 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-12-25T15:13:58.634Z",
"timestamp": "2024-01-23T18:19:12.534Z",
"version": {
"major": 3,
"minor": 11,
"minor": 12,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -87,9 +87,9 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x249BE57637D8B013Ad64785404b24aeBaE9B098B/logo.png"
},
{
"name": "Fuse Dollar",
"name": "Fuse Dollar V2",
"address": "0xd0ce1b4A349C35e61Af02f5971e71ac502441E49",
"symbol": "fUSD (Deprecated)",
"symbol": "fUSDV2 (Deprecated)",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
Expand All @@ -102,6 +102,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
},
{
"name": "Fates Violent Kiss Sends Reapers Grimm",
"address": "0xa28a758619ba32B11F8D55eB6C0E1C7E5929bF61",
"symbol": "FVKSRG",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xa28a758619ba32B11F8D55eB6C0E1C7E5929bF61/logo.png"
},
{
"name": "GoodDollar",
"address": "0x495d133B938596C9984d462F007B676bDc57eCEC",
Expand All @@ -110,6 +118,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x495d133B938596C9984d462F007B676bDc57eCEC/logo.png"
},
{
"name": "Lightning",
"address": "0xF2C6C1AA2bf8ec40F564Ea8A483F64907ea37A3F",
"symbol": "LIT",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xF2C6C1AA2bf8ec40F564Ea8A483F64907ea37A3F/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.11.0",
"version": "3.12.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
20 changes: 18 additions & 2 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x249BE57637D8B013Ad64785404b24aeBaE9B098B/logo.png"
},
{
"name": "Fuse Dollar",
"name": "Fuse Dollar V2",
"address": "0xd0ce1b4A349C35e61Af02f5971e71ac502441E49",
"symbol": "fUSD (Deprecated)",
"symbol": "fUSDV2 (Deprecated)",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
Expand Down Expand Up @@ -183,5 +183,21 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd0ce1b4A349C35e61Af02f5971e71ac502441E49/logo.png"
},
{
"name": "Lightning",
"address": "0xF2C6C1AA2bf8ec40F564Ea8A483F64907ea37A3F",
"symbol": "LIT",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xF2C6C1AA2bf8ec40F564Ea8A483F64907ea37A3F/logo.png"
},
{
"name": "Fates Violent Kiss Sends Reapers Grimm",
"address": "0xa28a758619ba32B11F8D55eB6C0E1C7E5929bF61",
"symbol": "FVKSRG",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xa28a758619ba32B11F8D55eB6C0E1C7E5929bF61/logo.png"
}
]

0 comments on commit 93445bd

Please sign in to comment.