Skip to content

Commit

Permalink
add ELON
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpaladi committed Mar 15, 2024
1 parent d37ba14 commit b587fd2
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": "2024-02-21T11:53:11.346Z",
"timestamp": "2024-03-15T09:38:50.652Z",
"version": {
"major": 3,
"minor": 14,
"minor": 15,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -78,6 +78,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x94Ba7A27c7A95863d1bdC7645AC2951E0cca06bA/logo.png"
},
{
"name": "Dogelon on Fuse",
"address": "0x5DD8015cec49F4dB01fd228F688BF30337d3e0A9",
"symbol": "ELON",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x5DD8015cec49F4dB01fd228F688BF30337d3e0A9/logo.png"
},
{
"name": "Fuse Dollar",
"address": "0x249BE57637D8B013Ad64785404b24aeBaE9B098B",
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.14.0",
"version": "3.15.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 @@ -215,5 +215,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x2363Df84fDb7D4ee9d4E1A15c763BB6b7177eAEe/logo.png"
},
{
"name": "Dogelon on Fuse",
"address": "0x5DD8015cec49F4dB01fd228F688BF30337d3e0A9",
"symbol": "ELON",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x5DD8015cec49F4dB01fd228F688BF30337d3e0A9/logo.png"
}
]

0 comments on commit b587fd2

Please sign in to comment.