Skip to content

Commit

Permalink
Merge pull request #253 from balancer/fix-erc4626-registry
Browse files Browse the repository at this point in the history
Fix erc4626 registry
  • Loading branch information
danielmkm authored Jan 31, 2025
2 parents 89d6039 + 523c7f7 commit 210c292
Showing 1 changed file with 29 additions and 32 deletions.
61 changes: 29 additions & 32 deletions erc4626/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,34 @@
}
},
"base": {
"0x616a4E1db48e22028f6bbf20444Cd3b8e3273738": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"name": "MetaMorpho v1.1 Seamless USDC",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Seamless.md",
"warnings": []
},
"0x7BfA7C4f149E7415b73bdeDfe609237e29CBF34A": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"name": "MetaMorpho v1.1 Spark USDC",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Spark.md",
"warnings": []
},
"0x23479229e52Ab6aaD312D0B03DF9F33B46753B5e": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"name": "MetaMorpho v1.1 Ionic USDC",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Ionic.md",
"warnings": []
},
"0x5A32099837D89E3a794a44fb131CBbAD41f87a8C": {
"asset": "0x4200000000000000000000000000000000000006",
"name": "MetaMorpho v1.1 Ionic WETH",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Ionic.md",
"warnings": []
},
"0xe298b938631f750DD409fB18227C4a23dCdaab9b": {
"asset": "0x4200000000000000000000000000000000000006",
"name": "Wrapped Aave Base WETH",
Expand Down Expand Up @@ -353,36 +381,5 @@
"review": "./AaveV3.md",
"warnings": []
}
},
"base": {
"0x616a4E1db48e22028f6bbf20444Cd3b8e3273738": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"name": "MetaMorpho v1.1 Seamless USDC",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Seamless.md",
"warnings": []
},
"0x7BfA7C4f149E7415b73bdeDfe609237e29CBF34A": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"name": "MetaMorpho v1.1 Spark USDC",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Spark.md",
"warnings": []
},
"0x23479229e52Ab6aaD312D0B03DF9F33B46753B5e": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"name": "MetaMorpho v1.1 Ionic USDC",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Ionic.md",
"warnings": []
},
"0x5A32099837D89E3a794a44fb131CBbAD41f87a8C": {
"asset": "0x4200000000000000000000000000000000000006",
"name": "MetaMorpho v1.1 Ionic WETH",
"summary": "safe",
"review": "./MorphoVaults/V1.1-Ionic.md",
"warnings": []
}
}

}
}

0 comments on commit 210c292

Please sign in to comment.