From 8c866d267810cd972668d107d72a3038b0c13518 Mon Sep 17 00:00:00 2001 From: CryptoJoshua <87557629+CryptoJoshua@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:02:52 -0800 Subject: [PATCH] add LIT and FVKSRG --- .DS_Store | Bin 0 -> 6148 bytes build/voltage-swap-default.tokenlist.json | 10 ++++++++- src/tokens/fuse.json | 25 +++++++++++++++------- 3 files changed, 26 insertions(+), 9 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..8f7026824783bb4152ab96dd1a1ed6fbf1b0dd22 GIT binary patch literal 6148 zcmeHKI|>3Z5S{S@f{mqRuHX%V=n1@l$btx>AZWdn=kjR2`83P2ofgU)n7m{%FCnkk z*%1+4-}>w&gLxhmpaMUyfPEhd+^{CLf&S^h;4J`fg0LIr-b(Cld`t<9%r?-!1r*=dBM#vcM1kC$3QQ~SXen;dQ#*Sn`6Hw Uwt-GZ-0496445u7D)4Ou-khQox&QzG literal 0 HcmV?d00001 diff --git a/build/voltage-swap-default.tokenlist.json b/build/voltage-swap-default.tokenlist.json index cf19e3e..81d0b77 100644 --- a/build/voltage-swap-default.tokenlist.json +++ b/build/voltage-swap-default.tokenlist.json @@ -1,6 +1,6 @@ { "name": "Voltage Swap List", - "timestamp": "2023-12-25T15:13:58.634Z", + "timestamp": "2024-01-23T18:02:02.949Z", "version": { "major": 3, "minor": 12, @@ -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", diff --git a/src/tokens/fuse.json b/src/tokens/fuse.json index cb3c399..f119bbc 100644 --- a/src/tokens/fuse.json +++ b/src/tokens/fuse.json @@ -183,12 +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": "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" + } ]