We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff8c3d commit 8850145Copy full SHA for 8850145
bindings/wasm/identity_wasm/examples/src/util.ts
@@ -16,12 +16,12 @@ import { IotaClient } from "@iota/iota-sdk/client";
16
import { getFaucetHost, requestIotaFromFaucetV0 } from "@iota/iota-sdk/faucet";
17
18
export const {
19
- IOTA_IDENTITY_PKG_ID = '',
+ IOTA_IDENTITY_PKG_ID = "",
20
NETWORK_NAME_FAUCET = "localnet",
21
NETWORK_URL = "http://127.0.0.1:9000",
22
} = process.env;
23
if (!IOTA_IDENTITY_PKG_ID) {
24
- throw new Error('IOTA_IDENTITY_PKG_ID env variable must be set to run the examples');
+ throw new Error("IOTA_IDENTITY_PKG_ID env variable must be set to run the examples");
25
}
26
export const TEST_GAS_BUDGET = BigInt(50_000_000);
27
0 commit comments