Skip to content

Commit

Permalink
feat(html): edit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrpl committed Jul 30, 2024
1 parent 1a0d00d commit fc7665b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/component/OracleDecoder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,6 @@ const OracleDecoder = () => {
</div>
<div className="checks-section">
<h2>Checks - Post Submit</h2>
<div className="instructions">
<p>
The <strong>warning</strong> check is for market(s) using the
same oracle, collat and loan asset
</p>
</div>

{submitStarted &&
loadingState === LoadingStates.COMPLETED &&
Expand Down
5 changes: 2 additions & 3 deletions src/component/OracleTestor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,8 @@ const OracleTestor = () => {
deployer to test the inputs to set at oracle deployment.
</p>
<p>
The <strong>Base Vault</strong> and <strong>Quote Vault</strong>{" "}
are not supported yet. The <strong>salt</strong> value can be
ignored for now.
{" "}
The <strong>salt</strong> value can be ignored for now.
</p>
</div>

Expand Down

0 comments on commit fc7665b

Please sign in to comment.