Skip to content

Commit 555619e

Browse files
committed
lint
1 parent 1c62b38 commit 555619e

File tree

1 file changed

+1
-0
lines changed
  • libs/model/src/services/commonProtocol

1 file changed

+1
-0
lines changed

libs/model/src/services/commonProtocol/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { config } from '../../config';
77
* @param rpc the rpc of the network to use helper with
88
* @returns
99
*/
10+
// eslint-disable-next-line @typescript-eslint/require-await
1011
export const createWeb3Provider = async (rpc: string): Promise<Web3> => {
1112
if (!config.WEB3.PRIVATE_KEY)
1213
throw new ServerError('WEB3 private key not set!');

0 commit comments

Comments
 (0)