Skip to content

Commit

Permalink
add qiji
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Oct 14, 2023
1 parent f393f21 commit 3188338
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-03T08:55:03.819Z",
"timestamp": "2023-10-14T15:55:19.572Z",
"version": {
"major": 3,
"minor": 8,
"minor": 9,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -94,6 +94,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x495d133B938596C9984d462F007B676bDc57eCEC/logo.png"
},
{
"name": "Qiji",
"address": "0x4b9aE621E54BF1ecFe39366BCA0018d97A2D510b",
"symbol": "QIJI",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x4b9aE621E54BF1ecFe39366BCA0018d97A2D510b/logo.png"
},
{
"name": "USD Coin on Fuse",
"address": "0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5",
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.8.0",
"version": "3.9.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 @@ -151,5 +151,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xa722c13135930332Eb3d749B2F0906559D2C5b99/logo.png"
},
{
"name": "Qiji",
"address": "0x4b9aE621E54BF1ecFe39366BCA0018d97A2D510b",
"symbol": "QIJI",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x4b9aE621E54BF1ecFe39366BCA0018d97A2D510b/logo.png"
}
]

0 comments on commit 3188338

Please sign in to comment.