Skip to content

Commit

Permalink
add LIT
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoJoshua committed Dec 7, 2023
1 parent 62f9341 commit da48a6e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 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-11-14T12:17:55.229Z",
"timestamp": "2023-12-07T17:52:16.060Z",
"version": {
"major": 3,
"minor": 11,
"minor": 12,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -102,6 +102,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
9 changes: 8 additions & 1 deletion src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,12 @@
"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"
}
]

0 comments on commit da48a6e

Please sign in to comment.