Skip to content

Commit

Permalink
Merge branch 'main' into feat/wrapper-sw-mwETH-8453-1729768988
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulydev authored Oct 24, 2024
2 parents 507fed1 + 8c7ddf5 commit 8702e26
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perspectivefi/token-list",
"version": "1.3.18",
"version": "1.3.19",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/tokens/erc4626Wrappers.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,5 +519,25 @@
"logoURI": "/images/tokens/8453/0xa0e430870c4604ccfc7b38ca7845b1ff653d0ff1.svg"
}
}
},
{
"address": "0xBDE752ef69880c00a795D88438040b8f737Eb254",
"chainId": 8453,
"name": "Spectra ERC4626 Wrapper: Moonwell Flagship USDC",
"symbol": "sw-mwUSDC",
"decimals": 18,
"logoURI": "/images/tokens/8453/0xc1256ae5ff1cf2719d4937adb3bbccab2e00a2ca.svg",
"extensions": {
"underlying": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"protocol": "Morpho (Moonwell)",
"vault": {
"chainId": 8453,
"address": "0xc1256Ae5FF1cf2719D4937adb3bbCCab2E00A2Ca",
"symbol": "mwUSDC",
"name": "Moonwell Flagship USDC",
"decimals": 18,
"logoURI": "/images/tokens/8453/0xc1256ae5ff1cf2719d4937adb3bbccab2e00a2ca.svg"
}
}
}
]
13 changes: 13 additions & 0 deletions src/tokens/spectraTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1094,5 +1094,18 @@
"protocol": "Morpho (Moonwell)",
"externalLink": "https://app.morpho.org/vault?vault=0xa0E430870c4604CcfC7B38Ca7845B1FF653D0ff1&network=base"
}
},
{
"address": "0xc1256Ae5FF1cf2719D4937adb3bbCCab2E00A2Ca",
"chainId": 8453,
"symbol": "mwUSDC",
"name": "Moonwell Flagship USDC",
"decimals": 18,
"logoURI": "/images/tokens/8453/0xc1256ae5ff1cf2719d4937adb3bbccab2e00a2ca.svg",
"extensions": {
"underlying": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"protocol": "Morpho (Moonwell)",
"externalLink": "https://app.morpho.org/vault?vault=0xc1256Ae5FF1cf2719D4937adb3bbCCab2E00A2Ca&network=base"
}
}
]

0 comments on commit 8702e26

Please sign in to comment.