Skip to content

Commit

Permalink
fix: ordering to make the comment make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Sep 20, 2024
1 parent a6ac2d2 commit 2ce2b2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion html-report-caip27/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions test/e2e/run-api-specs-multichain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 2ce2b2b

Please sign in to comment.