Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Feb 2, 2024
1 parent 235f937 commit 35ae093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helpers/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { networks } from "@zetachain/networks";
import merge from "lodash/merge";

import { getBalances } from "./balances";

export class ZetaChainClient {
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand Down

0 comments on commit 35ae093

Please sign in to comment.