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 149b122 commit c7a082dCopy full SHA for c7a082d
pages/price-feeds/core/create-your-first-pyth-app/evm/part-2.mdx
@@ -176,7 +176,7 @@ Then open `src/mintNft.ts` and paste in the following content:
176
import { createWalletClient, http, parseEther } from "viem";
177
import { privateKeyToAccount } from "viem/accounts";
178
import { optimismSepolia } from "viem/chains";
179
-import { EvmPriceServiceConnection } from "@pythnetwork/hermes-client";
+import { HermesClient } from "@pythnetwork/hermes-client";
180
import { getContract } from "viem";
181
182
export const abi = [
0 commit comments