From 2ce2b2b59433469f7234df840d85ea18f7df17a9 Mon Sep 17 00:00:00 2001 From: Shane Jonas Date: Fri, 20 Sep 2024 13:48:45 -0400 Subject: [PATCH] fix: ordering to make the comment make sense --- html-report-caip27/index.html | 2 +- test/e2e/run-api-specs-multichain.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html-report-caip27/index.html b/html-report-caip27/index.html index 07e6d25c7e0d..e3a023d1158d 100644 --- a/html-report-caip27/index.html +++ b/html-report-caip27/index.html @@ -1,7 +1,7 @@ - + diff --git a/test/e2e/run-api-specs-multichain.ts b/test/e2e/run-api-specs-multichain.ts index cc25e3331830..f2f049e34504 100644 --- a/test/e2e/run-api-specs-multichain.ts +++ b/test/e2e/run-api-specs-multichain.ts @@ -204,16 +204,16 @@ async function main() { ], skip: [ 'eth_coinbase', - // these 2 methods below are not supported by MetaMask extension yet and - // don't get passed through. See here: https://github.com/MetaMask/metamask-extension/issues/24225 - 'eth_getBlockReceipts', - 'eth_maxPriorityFeePerGas', 'wallet_revokePermissions', 'wallet_requestPermissions', 'wallet_getPermissions', 'eth_accounts', 'eth_requestAccounts', 'net_version', // not in the spec yet for some reason + // these 2 methods below are not supported by MetaMask extension yet and + // don't get passed through. See here: https://github.com/MetaMask/metamask-extension/issues/24225 + 'eth_getBlockReceipts', + 'eth_maxPriorityFeePerGas', ], rules: [ new JsonSchemaFakerRule({