Skip to content

Commit

Permalink
Expose WsProvider to scripts as zombie.WsProvider (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdave-parity authored Aug 1, 2023
1 parent 28ba8e2 commit a07b605
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApiPromise, Keyring } from "@polkadot/api";
import { ApiPromise, Keyring, WsProvider } from "@polkadot/api";
import { decorators, isValidHttpUrl } from "@zombienet/utils";
import { assert, expect } from "chai";
import execa from "execa";
Expand Down Expand Up @@ -291,6 +291,7 @@ const CustomJs = ({
(global as any).zombie = {
ApiPromise,
Keyring,
WsProvider,
util: utilCrypto,
connect,
registerParachain,
Expand Down

0 comments on commit a07b605

Please sign in to comment.