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 d0611ab commit 79db094Copy full SHA for 79db094
benchmarks/evm/pyth-betting-app/lib/forge-std
lazer/js/README.md
lazer/js/src/index.ts
@@ -4,7 +4,7 @@ import { PythLazerClient } from "@pythnetwork/pyth-lazer-sdk";
4
async function main() {
5
const client = await PythLazerClient.create(
6
["wss://pyth-lazer-staging.dourolabs.app/v1/stream"],
7
- "YOUR_ACCESS_TOKEN", // replace with your access token
+ "YOUR_ACCESS_TOKEN",
8
);
9
client.addMessageListener((message) => {
10
console.log("got message:", message);
0 commit comments