Skip to content

Commit

Permalink
rename network controller properties state property
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s authored and Salah-eddineS committed Jan 25, 2023
1 parent 7b72c6f commit a2d88a7
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 a2d88a7

Please sign in to comment.