1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Configure smart transactions controller to support goerli (#16500)

This commit is contained in:
Dan J Miller 2022-11-16 10:32:57 -03:30 committed by GitHub
parent 61b3d25ab3
commit 42b357456f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1007,7 +1007,9 @@ export default class MetamaskController extends EventEmitter {
this.metaMetricsController,
),
},
undefined,
{
supportedChainIds: [CHAIN_IDS.MAINNET, CHAIN_IDS.GOERLI],
},
initState.SmartTransactionsController,
);