Skip to content

Commit e93cdd9

Browse files
committed
remove remaining changes
1 parent a88c3df commit e93cdd9

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

lazer/publisher_sdk/js/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# pyth-lazer-publisher-sdk - Readme
2+
3+
## Contributing & Development
4+
5+
See [contributing.md](docs/contributing/contributing.md) for information on how to develop or contribute to this project!
6+
7+
## Installation and build
8+
9+
### pnpm
10+
11+
```
12+
cd to crosschain root
13+
$ pnpm install
14+
$ pnpm turbo --filter @pythnetwork/pyth-lazer-publisher-sdk build
15+
```
16+
17+
As part of the build, files will be generated from the proto files found in the lazer/proto folder. These generated files are placed in the src/generated/ folder.

lazer/sdk/js/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ node_modules/
2020
dist/
2121

2222
tsconfig.tsbuildinfo
23-
24-
# Types generated for .proto files
25-
src/generated/

lazer/sdk/js/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,3 @@
33
## Contributing & Development
44

55
See [contributing.md](docs/contributing/contributing.md) for information on how to develop or contribute to this project!
6-
7-
## Installation and build
8-
9-
### pnpm
10-
11-
```
12-
cd to crosschain root
13-
$ pnpm install
14-
$ pnpm turbo --filter @pythnetwork/pyth-lazer-sdk build
15-
```
16-
17-
As part of the build, files will be generated from the proto files found in the lazer/proto folder. These generated files are placed in the src/generated/ folder.

lazer/sdk/js/examples/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import { PythLazerClient } from "../src/index.js";
55

66
// Ignore debug messages
7-
console.debug = () => { };
7+
console.debug = () => {};
88

99
const client = await PythLazerClient.create(
1010
["wss://pyth-lazer.dourolabs.app/v1/stream"],

0 commit comments

Comments
 (0)