Skip to content

Commit

Permalink
add testnet vault address
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Wang committed Nov 6, 2024
1 parent f3e00c4 commit 71fc067
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/builder/MorphoInfo.sol
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,12 @@ library MorphoInfo {
);

// === Sepolia testnet morpho vaults ===
// None
// USDC (Legend USDC)
addMorphoVaultAddress(
knownVaults,
MorphoVaultKey({chainId: 11155111, supplyAssetSymbol: "USDC"}),
0x62559B2707013890FBB111280d2aE099a2EFc342
);

// === Base Sepolia testnet morpho vaults ===
// None
Expand Down

0 comments on commit 71fc067

Please sign in to comment.