@metamask-previews/network-controller 27.0.0-preview-8a0c757a → 27.1.0-preview-e776a73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -628,7 +628,7 @@ export class NetworkController extends BaseController {
|
|
|
628
628
|
}
|
|
629
629
|
async get1559CompatibilityWithNetworkClientId(networkClientId) {
|
|
630
630
|
let metadata = this.state.networksMetadata[networkClientId];
|
|
631
|
-
if (metadata === undefined) {
|
|
631
|
+
if (metadata?.EIPS[1559] === undefined) {
|
|
632
632
|
await this.lookupNetwork(networkClientId);
|
|
633
633
|
metadata = this.state.networksMetadata[networkClientId];
|
|
634
634
|
}
|