Skip to content

Commit

Permalink
fix tokens mkr, steth and dai
Browse files Browse the repository at this point in the history
  • Loading branch information
mul53 committed Jul 25, 2024
1 parent e54ea93 commit 04e4db7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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-24T12:25:45.082Z",
"timestamp": "2024-07-25T09:40:14.891Z",
"version": {
"major": 3,
"minor": 25,
"minor": 26,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -120,7 +120,7 @@
},
{
"name": "Dai Stablecoin V2",
"address": "0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf",
"address": "0x2502F488D481Df4F5054330C71b95d93D41625C2",
"symbol": "DAI V2",
"decimals": 18,
"chainId": 122,
Expand Down Expand Up @@ -208,7 +208,7 @@
},
{
"name": "Maker",
"address": "0xd1b300AEc14c5DDB934C5BBcBA4E9f7463b9e3CA",
"address": "0x303CC3f27034C4E3933DaB8E601178eD3d2A1E3c",
"symbol": "MKR",
"decimals": 18,
"chainId": 122,
Expand Down Expand Up @@ -240,7 +240,7 @@
},
{
"name": "Lido Staked Ether",
"address": "0x3c5DD992D72D082B44c7505015E09fdb1e975eC2",
"address": "0x587983b895dB50dDaBC0Aac8aDC592b29bB30D80",
"symbol": "stETH",
"decimals": 18,
"chainId": 122,
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.25.0",
"version": "3.26.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,23 +298,23 @@
},
{
"name": "Maker",
"address": "0xd1b300AEc14c5DDB934C5BBcBA4E9f7463b9e3CA",
"address": "0x303CC3f27034C4E3933DaB8E601178eD3d2A1E3c",
"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",
"address": "0x587983b895dB50dDaBC0Aac8aDC592b29bB30D80",
"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",
"address": "0x2502F488D481Df4F5054330C71b95d93D41625C2",
"symbol": "DAI V2",
"decimals": 18,
"chainId": 122,
Expand Down

0 comments on commit 04e4db7

Please sign in to comment.