Skip to content

Commit 5844d59

Browse files
fix: typo
1 parent 9641409 commit 5844d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/clusters/Cluster.s.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ contract Cluster is ManageClusterBase, AddressesEthereum {
9898
// 0 1 2 3
9999
// WETH USDC USDT sUSDS
100100
/* 0 WETH */ [uint16(0.00e4), 0.85e4, 0.85e4, 0.00e4],
101-
/* 2 USDC */ [uint16(0.87e4), 0.00e4, 0.95e4, 0.00e4],
102-
/* 3 USDT */ [uint16(0.87e4), 0.95e4, 0.00e4, 0.00e4],
103-
/* 4 sUSDS */ [uint16(0.87e4), 0.95e4, 0.95e4, 0.00e4]
101+
/* 1 USDC */ [uint16(0.87e4), 0.00e4, 0.95e4, 0.00e4],
102+
/* 2 USDT */ [uint16(0.87e4), 0.95e4, 0.00e4, 0.00e4],
103+
/* 3 sUSDS */ [uint16(0.87e4), 0.95e4, 0.95e4, 0.00e4]
104104
];
105105
}
106106

0 commit comments

Comments
 (0)