Skip to content

Commit

Permalink
add foo
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Mar 28, 2024
1 parent 76c7748 commit d7970e5
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-03-25T11:15:44.625Z",
"timestamp": "2024-03-28T13:26:09.418Z",
"version": {
"major": 3,
"minor": 16,
"minor": 17,
"patch": 0
},
"tags": {},
Expand All @@ -14,6 +14,14 @@
"default"
],
"tokens": [
{
"name": "FOO",
"address": "0x74616164eB1892ceC5fa553D45b3e5D6dF7BC7b9",
"symbol": "$FOO",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x74616164eB1892ceC5fa553D45b3e5D6dF7BC7b9/logo.png"
},
{
"name": "Ladybot",
"address": "0xDe4b9879B56187D13B2c41Da24c72Ff100A5AC9A",
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.16.0",
"version": "3.17.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 @@ -231,5 +231,13 @@
"decimals": 6,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5/logo.png"
},
{
"name": "FOO",
"address": "0x74616164eB1892ceC5fa553D45b3e5D6dF7BC7b9",
"symbol": "$FOO",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x74616164eB1892ceC5fa553D45b3e5D6dF7BC7b9/logo.png"
}
]

0 comments on commit d7970e5

Please sign in to comment.