Skip to content

Commit c7a082d

Browse files
committed
Hermes import error
1 parent 149b122 commit c7a082d

File tree

1 file changed

+1
-1
lines changed
  • pages/price-feeds/core/create-your-first-pyth-app/evm

1 file changed

+1
-1
lines changed

pages/price-feeds/core/create-your-first-pyth-app/evm/part-2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Then open `src/mintNft.ts` and paste in the following content:
176176
import { createWalletClient, http, parseEther } from "viem";
177177
import { privateKeyToAccount } from "viem/accounts";
178178
import { optimismSepolia } from "viem/chains";
179-
import { EvmPriceServiceConnection } from "@pythnetwork/hermes-client";
179+
import { HermesClient } from "@pythnetwork/hermes-client";
180180
import { getContract } from "viem";
181181

182182
export const abi = [

0 commit comments

Comments
 (0)