Skip to content

Commit

Permalink
fix: update createSuperVault() params
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraRingas committed Nov 4, 2024
1 parent 682fbf7 commit 55cbbdc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/SuperVaultFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
address superVaultTest = factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -105,7 +104,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
address(0),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -117,7 +115,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
getContract(ETH, "USDC"),
address(0),
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -129,7 +126,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -141,7 +137,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
new uint256[](0),
Expand All @@ -155,7 +150,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
address superVaultTest = factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -177,7 +171,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
address superVaultTest = factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -195,7 +188,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -204,7 +196,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
getContract(ETH, "USDC"),
address(12_345),
address(12_345),
"TestSuperVault",
100e18,
underlyingSuperformIds,
Expand All @@ -219,7 +210,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
address superVaultTest = factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -236,7 +226,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand All @@ -246,7 +235,6 @@ contract SuperVaultFactoryTest is ProtocolActions {
factory.createSuperVault(
getContract(ETH, "USDC"),
deployer,
deployer,
"USDCSuperVaultMorphoEulerAave",
type(uint256).max,
underlyingSuperformIds,
Expand Down

0 comments on commit 55cbbdc

Please sign in to comment.