Skip to content

Commit

Permalink
Merge pull request #306 from m0-foundation/fix/remove-extra-guidances
Browse files Browse the repository at this point in the history
Fix/remove extra guidances
  • Loading branch information
ernaneluis authored Jul 12, 2024
2 parents 6766e77 + a490e57 commit 22b0e52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion components/modal/ModalEthWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div ref="dialog" class="p-6 bg-grey-800">
<div class="mb-2 text-xl flex items-center justify-between">
<span>Convert ETH to WETH</span>
<button>
<button @click="show = false">
<img src="/img/modals/close.svg" alt="" srcset="" />
</button>
</div>
Expand Down
6 changes: 0 additions & 6 deletions cypress/e2e/basic/basic_protocol_configuration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ describe("Basic configuration", () => {

const configParams = [
"Guidance",
"Ecosystem Guidance",
"Collateral Guidance",
"SPV Operators Guidance",
"Validators Guidance",
"Minters Guidance",
"Mandatory Contract Clauses Guidance",
]

cy.get('h3.text-xl').should('have.length', configParams.length)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ export class ProtocolConfigs extends ApiModule {
"base_minter_rate",
"max_earner_rate",
"guidance",
"ecosystem_guidance",
"collateral_guidance",
"spv_operators_guidance",
"validators_guidance",
"minters_guidance",
"mandatory_contract_guidance",
];

keysInAddress = ["minter_rate_model", "earner_rate_model"];
Expand Down

0 comments on commit 22b0e52

Please sign in to comment.