We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddddea commit 69bcd03Copy full SHA for 69bcd03
deployment-dapp/src/utils/utils.ts
@@ -9,11 +9,14 @@ export const getIExec = (
9
providers: {},
10
allowExperimentalNetworks: true,
11
});
12
- return new IExec({
13
- ethProvider,
14
- }, {
15
- allowExperimentalNetworks: true,
16
- });
+ return new IExec(
+ {
+ ethProvider,
+ },
17
+ allowExperimentalNetworks: true,
18
+ }
19
+ );
20
};
21
22
const APP_ADDRESS_FILE = '.app-address';
0 commit comments