Skip to content

Commit

Permalink
ldenv default mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Nov 29, 2023
1 parent a628cad commit f6e37dd
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 27 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"named-logs": "^0.2.2"
},
"devDependencies": {
"ldenv": "^0.3.7",
"ldenv": "^0.3.8",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
Expand Down
5 changes: 3 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
"hardhat": "^2.19.1",
"hardhat-rocketh": "^1.0.3",
"jolly-roger-common": "workspace:*",
"ldenv": "^0.3.7",
"ldenv": "^0.3.8",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "^1.2.0",
"rocketh": "^0.7.3",
"rocketh-deploy-proxy": "^1.0.3",
"rocketh-deploy": "^1.0.4",
"rocketh-deploy-proxy": "^1.0.4",
"rocketh-doc": "^1.0.3",
"rocketh-export": "^1.0.3",
"rocketh-signer": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"ethereum-indexer-cli": "^0.6.23",
"ethereum-indexer-server": "^0.6.26",
"ldenv": "^0.3.7",
"ldenv": "^0.3.8",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"devDependencies": {
"ask-env": "^0.0.1",
"ldenv": "^0.3.7",
"ldenv": "^0.3.8",
"prettier": "^3.1.0",
"syncpack": "^11.2.1",
"vitepress": "1.0.0-rc.31"
Expand Down Expand Up @@ -49,7 +49,7 @@
"zellij-remote": "zellij --layout dev/zellij-remote.kdl a ${npm_package_name}-remote-$MODE || zellij --layout dev/zellij-remote.kdl -s ${npm_package_name}-remote-$MODE",
"remote": "ldenv pnpm run zellij-remote @@",
"---------------------- DEPLOY ----------------------": "",
"build": "ldenv -m sepolia pnpm run indexer:index @@MODE ~~ pnpm run --filter ./web build ~~ @@",
"build": "ldenv -d sepolia pnpm run indexer:index @@MODE ~~ pnpm run --filter ./web build ~~ @@",
"serve": "pnpm --filter ./web serve",
"contracts:deploy": "ldenv -m localhost pnpm _contracts:deploy @@",
"contracts:deploy:prepare": "ldenv -m localhost ask-env -f contracts/.env.local ETH_NODE_URI_@@MODE MNEMONIC_@@MODE ETHERSCAN_API_KEY:?:ETHERSCAN_API_KEY @@",
Expand Down
45 changes: 24 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6e37dd

Please sign in to comment.