Skip to content

Commit 8e7c7cc

Browse files
chore: package-json.lock moved depencies to pnpm-workspace.yaml
1 parent dd82af7 commit 8e7c7cc

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ packages:
1919
- "target_chains/ethereum/entropy_sdk/solidity"
2020
- "target_chains/ethereum/sdk/js"
2121
- "target_chains/ethereum/sdk/solidity"
22+
- "target_chains/ethereum/sdk/stylus/pyth-mock-solidity"
2223
- "target_chains/ethereum/examples/coin_flip/app"
2324
- "target_chains/fuel/sdk/js"
2425
- "target_chains/starknet/sdk/js"
@@ -44,6 +45,7 @@ catalog:
4445
"@next/third-parties": 15.0.2
4546
"@phosphor-icons/react": 2.1.7
4647
"@pythnetwork/client": 2.22.0
48+
"@pythnetwork/pyth-sdk-solidity": 4.0.0
4749
"@react-hookz/web": 24.0.4
4850
"@solana/web3.js": 1.95.4
4951
"@storybook/addon-essentials": 8.3.5

target_chains/ethereum/sdk/stylus/pyth-mock-solidity/package-lock.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

target_chains/ethereum/sdk/stylus/pyth-mock-solidity/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
"name": "pyth-mock-solidity",
33
"version": "1.0.0",
44
"description": "** Deploy mock solidity pyth contract using the pyth solidity sdk **",
5-
"main": "index.js",
65
"directories": {
76
"lib": "lib",
87
"test": "test"
9-
},
10-
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1"
12-
},
8+
},
139
"keywords": [],
1410
"author": "",
1511
"license": "ISC",

0 commit comments

Comments
 (0)