Skip to content

Commit

Permalink
addresses fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alcueca committed Nov 27, 2023
1 parent c75573b commit 10bdd1f
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions src/Unwind.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ contract Unwind {
current = 0x7ACFe277dEd15CabA6a8Da2972b1eb93fe1e2cCD; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0xFBc322415CBC532b54749E31979a803009516b5D; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0x1565F539E96c4d440c38979dbc86Fd711C995DD6; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0x1144e14E9B0AA9e181342c7e6E0a9BaDB4ceD295; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0xbD6277E36686184A5343F83a4be5CeD0f8CD185A; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0x831dF23f7278575BA0b136296a285600cD75d076; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0x8e8D6aB093905C400D583EfD37fbeEB1ee1c0c39; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0xF708005ceE17b2c5Fe1a01591E32ad6183A12EaE; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0xb268E2C85861B74ec75fe728Ae40D9A2308AD9Bb; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0x9ca2a34ea52bc1264D399aCa042c0e83091FEECe; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
Expand Down Expand Up @@ -129,14 +133,14 @@ contract Unwind {
current = 0xa3cAF61FD23d374ce13c742E4E9fA9FAc23Ddae6; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0x54F08092e3256131954dD57C04647De8b2E7A9a9; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0x3353E1E2976DBbc191a739871faA8E6E9D2622c7; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV1;
current = 0xad1983745D6c739537fEaB5bed45795f47A940b3; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x5582b8398FB586F1b79edd1a6e83f1c5aa558955; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x4276BEaA49DE905eED06FCDc0aD438a19D3861DD; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x5aeB4EFaAA0d27bd606D618BD74Fe883062eAfd0; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x33e6B154efC7021dD55464c4e11a6AfE1f3D0635; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x3b4FFD93CE5fCf97e61AA8275Ec241C76cC01a47; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x861509A3fA7d87FaA0154AAE2CB6C1f92639339A; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0xfe2Aba5ba890AF0ee8B6F2d488B1f85C9E7C5643; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0xad1983745D6c739537fEaB5bed45795f47A940b3; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0x5582b8398FB586F1b79edd1a6e83f1c5aa558955; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0x4276BEaA49DE905eED06FCDc0aD438a19D3861DD; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0x5aeB4EFaAA0d27bd606D618BD74Fe883062eAfd0; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0x33e6B154efC7021dD55464c4e11a6AfE1f3D0635; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0x3b4FFD93CE5fCf97e61AA8275Ec241C76cC01a47; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0x861509A3fA7d87FaA0154AAE2CB6C1f92639339A; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0xfe2Aba5ba890AF0ee8B6F2d488B1f85C9E7C5643; knownContracts.push(current); contractTypes[current] = Type.STRATEGYUPGRADE;
current = 0xC7D2E96Ca94E1870605c286268313785886D2257; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x0A4B2e37BFEF8e54DeA997A87749A403353134e8; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
current = 0x9847D09cb0eEA77f7875A6904BFA22AE06b34CCE; knownContracts.push(current); contractTypes[current] = Type.STRATEGYV2;
Expand Down Expand Up @@ -222,4 +226,4 @@ contract Unwind {
revert NotLiquidityAddress(target);
}
}
}
}

0 comments on commit 10bdd1f

Please sign in to comment.