Skip to content

Commit

Permalink
remove wasp tip as it is enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Jan 29, 2024
1 parent 64c7a65 commit 9fd90c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/build/getting-started/oracles.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,14 @@ You can learn more about Pyth Oracles in their [official documentation](https://

You can use the following example code to get data from Pyth Oracles in Shimmer EVM:

:::note

The following example uses [`ether.js` v4](https://www.npmjs.com/package/ethers/v/4.0.43).

:::

```typescript
import ethers from "ethers";
import {ethers} from "ethers";
import fetch from "node-fetch";

// Provider
Expand Down

0 comments on commit 9fd90c5

Please sign in to comment.