Skip to content

Commit

Permalink
fix: lowercase address
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger committed Nov 28, 2024
1 parent afca804 commit fc4e9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/environment/src/assets/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7330,7 +7330,7 @@ export default defineAssetList(Network.ETHEREUM, [
{
symbol: "steakPYUSD",
name: "Steakhouse PYUSD",
id: "0xbEEF02e5E13584ab96848af90261f0C8Ee04722a",
id: "0xbeef02e5e13584ab96848af90261f0c8ee04722a",
type: AssetType.ERC_4626,
protocol: Erc4626Protocol.MORPHO,
releases: [sulu],
Expand Down

0 comments on commit fc4e9a8

Please sign in to comment.