Skip to content

Commit

Permalink
fix: flask e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed Dec 18, 2024
1 parent 3e6972c commit 0a09310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ducks/metamask/metamask.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export function isEIP1559Network(state, networkClientId) {
return (
state.metamask.networksMetadata?.[
networkClientId ?? selectedNetworkClientId
].EIPS[1559] === true
]?.EIPS[1559] === true
);
}

Expand Down

0 comments on commit 0a09310

Please sign in to comment.