Skip to content

Commit

Permalink
chore: package-json.lock moved depencies to pnpm-workspace.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifechukwudaniel committed Nov 28, 2024
1 parent dd82af7 commit 8e7c7cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ packages:
- "target_chains/ethereum/entropy_sdk/solidity"
- "target_chains/ethereum/sdk/js"
- "target_chains/ethereum/sdk/solidity"
- "target_chains/ethereum/sdk/stylus/pyth-mock-solidity"
- "target_chains/ethereum/examples/coin_flip/app"
- "target_chains/fuel/sdk/js"
- "target_chains/starknet/sdk/js"
Expand All @@ -44,6 +45,7 @@ catalog:
"@next/third-parties": 15.0.2
"@phosphor-icons/react": 2.1.7
"@pythnetwork/client": 2.22.0
"@pythnetwork/pyth-sdk-solidity": 4.0.0
"@react-hookz/web": 24.0.4
"@solana/web3.js": 1.95.4
"@storybook/addon-essentials": 8.3.5
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
"name": "pyth-mock-solidity",
"version": "1.0.0",
"description": "** Deploy mock solidity pyth contract using the pyth solidity sdk **",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 8e7c7cc

Please sign in to comment.