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 1c62b38 commit 555619eCopy full SHA for 555619e
libs/model/src/services/commonProtocol/utils.ts
@@ -7,6 +7,7 @@ import { config } from '../../config';
7
* @param rpc the rpc of the network to use helper with
8
* @returns
9
*/
10
+// eslint-disable-next-line @typescript-eslint/require-await
11
export const createWeb3Provider = async (rpc: string): Promise<Web3> => {
12
if (!config.WEB3.PRIVATE_KEY)
13
throw new ServerError('WEB3 private key not set!');
0 commit comments