From 35ae093878ebdd09f204570ab077fb991005938e Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Fri, 2 Feb 2024 14:00:06 +0400 Subject: [PATCH] lint --- helpers/client.ts | 1 + index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/client.ts b/helpers/client.ts index 9ffa09f3..c00b1c59 100644 --- a/helpers/client.ts +++ b/helpers/client.ts @@ -1,5 +1,6 @@ import { networks } from "@zetachain/networks"; import merge from "lodash/merge"; + import { getBalances } from "./balances"; export class ZetaChainClient { diff --git a/index.ts b/index.ts index c9e72bac..803b70b0 100644 --- a/index.ts +++ b/index.ts @@ -5,8 +5,8 @@ const client = new ZetaChainClient({ goerli_testnet: { api: [ { - url: "https://rpc.ankr.com/eth_goerli", type: "evm", + url: "https://rpc.ankr.com/eth_goerli", }, ], },