-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #251 from pimlicolabs/fix/update-bash-script
Fix/update bash script
- Loading branch information
Showing
13 changed files
with
475 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,6 @@ | |
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"workspaces": ["src/", "test/e2e/*"], | ||
"workspaces": ["src/", "test/e2e/*", "scripts/localDeployer"], | ||
"packageManager": "[email protected]+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
packages: | ||
- 'src' | ||
- 'scripts/localDeployer' | ||
# all packages in subdirs of components/ | ||
- 'components/**' | ||
# exclude packages that are inside test directories | ||
- '!**/test/**' | ||
- '!**/lib/**' | ||
- '!**/lib/**' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"network-name": "local", | ||
"rpc-url": "http://127.0.0.1:8545", | ||
"min-entity-stake": 1, | ||
"min-executor-balance": "1000000000000000000", | ||
"min-entity-unstake-delay": 1, | ||
"max-bundle-wait": 3, | ||
"max-bundle-size": 3, | ||
"port": 3000, | ||
"executor-private-keys": "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", | ||
"utility-private-key": "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", | ||
"entrypoints": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789,0x0000000071727De22E5E9d8BAf0edAc6f37da032", | ||
"entrypoint-simulation-contract": "0x74Cb5e4eE81b86e70f9045036a1C5477de69eE87", | ||
"enable-debug-endpoints": true, | ||
"expiration-check": false, | ||
"safe-mode": false, | ||
"api-version": "v1,v2", | ||
"public-client-log-level": "error" | ||
} |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.