Skip to content

Commit

Permalink
add mkr, dai and stETH
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Jul 24, 2024
1 parent 06c33a1 commit 6ac03d1
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
28 changes: 26 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-07-16T07:26:27.995Z",
"timestamp": "2024-07-24T12:25:45.082Z",
"version": {
"major": 3,
"minor": 24,
"minor": 25,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -118,6 +118,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x94Ba7A27c7A95863d1bdC7645AC2951E0cca06bA/logo.png"
},
{
"name": "Dai Stablecoin V2",
"address": "0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf",
"symbol": "DAI V2",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf/logo.png"
},
{
"name": "Dogelon on Fuse",
"address": "0x5DD8015cec49F4dB01fd228F688BF30337d3e0A9",
Expand Down Expand Up @@ -198,6 +206,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x861bF3D382593Ed848972cADFACBA9749AdCE101/logo.png"
},
{
"name": "Maker",
"address": "0xd1b300AEc14c5DDB934C5BBcBA4E9f7463b9e3CA",
"symbol": "MKR",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd1b300AEc14c5DDB934C5BBcBA4E9f7463b9e3CA/logo.png"
},
{
"name": "Meridian MST",
"address": "0x2363Df84fDb7D4ee9d4E1A15c763BB6b7177eAEe",
Expand All @@ -222,6 +238,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xb1DD0B683d9A56525cC096fbF5eec6E60FE79871/logo.png"
},
{
"name": "Lido Staked Ether",
"address": "0x3c5DD992D72D082B44c7505015E09fdb1e975eC2",
"symbol": "stETH",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x3c5DD992D72D082B44c7505015E09fdb1e975eC2/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.24.0",
"version": "3.25.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,29 @@
"decimals": 9,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x5Cb5249d420639619fFd637C79f0AA5C0a9FcD4B/logo.png"
},
{
"name": "Maker",
"address": "0xd1b300AEc14c5DDB934C5BBcBA4E9f7463b9e3CA",
"symbol": "MKR",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xd1b300AEc14c5DDB934C5BBcBA4E9f7463b9e3CA/logo.png"
},
{
"name": "Lido Staked Ether",
"address": "0x3c5DD992D72D082B44c7505015E09fdb1e975eC2",
"symbol": "stETH",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x3c5DD992D72D082B44c7505015E09fdb1e975eC2/logo.png"
},
{
"name": "Dai Stablecoin V2",
"address": "0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf",
"symbol": "DAI V2",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf/logo.png"
}
]

0 comments on commit 6ac03d1

Please sign in to comment.