Skip to content

Commit

Permalink
rename network controller properties state property (#1074)
Browse files Browse the repository at this point in the history
This PR renames properties network controller state property to
networkDetails.
Related issue
[#1019](https://app.zenhub.com/workspaces/core-621e46b4d7103800171d1b02/issues/gh/metamask/core/1019)
  • Loading branch information
cryptodev-2s authored and MajorLift committed Oct 11, 2023
1 parent 65fa265 commit a4af699
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 100 deletions.
2 changes: 1 addition & 1 deletion packages/gas-fee-controller/src/GasFeeController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('GasFeeController', () => {
getChainId,
messenger,
getCurrentNetworkLegacyGasAPICompatibility,
getCurrentNetworkEIP1559Compatibility: getIsEIP1559Compatible, // change this for networkController.state.properties.isEIP1559Compatible ???
getCurrentNetworkEIP1559Compatibility: getIsEIP1559Compatible, // change this for networkDetails.state.networkDetails.isEIP1559Compatible ???
legacyAPIEndpoint,
EIP1559APIEndpoint,
clientId,
Expand Down
Loading

0 comments on commit a4af699

Please sign in to comment.