Skip to content

Commit

Permalink
bumped node in CI, removed EDS from deploy pipeline, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Jan 18, 2025
1 parent aebeb12 commit bd174a0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
node-version: 22.12.0
cache: 'pnpm'
- name: Get pnpm store directory
shell: bash
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ To set up your local development environment:
2. Set the required environment variables:
```bash
export RANKIFY_CONTRACTS_PATH="/path/to/rankify/contracts"
export EDS_PATH="/path/to/eds"
export MULTIPASS_PATH="/path/to/multipass"
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
},
"dependencies": {
"viem": "=2.22.8",
"@peeramid-labs/eds": "^2.2.0",
"@peeramid-labs/eds": "^2.3.2",
"@peeramid-labs/multipass": "^0.3.2",
"chalk": "^4.1.2",
"commander": "^13.0.0",
"crypto-js": "^4.1.1",
"inquirer": "^12.3.0",
"lodash": "^4.17.21",
"ora": "^5.4.1",
"rankify-contracts": "^0.11.0"
"rankify-contracts": "^0.11.2"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
Expand Down
84 changes: 19 additions & 65 deletions pnpm-lock.yaml

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

4 changes: 0 additions & 4 deletions scripts/setup-local-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ start_anvil() {
# Check required environment variables
required_vars=(
"RANKIFY_CONTRACTS_PATH"
"EDS_PATH"
"MULTIPASS_PATH"
)

Expand Down Expand Up @@ -89,8 +88,6 @@ setup_repo() {
}

# Setup each repository
setup_repo "$EDS_PATH" "eds"
sleep 1
setup_repo "$MULTIPASS_PATH" "multipass"
sleep 1
setup_repo "$RANKIFY_CONTRACTS_PATH" "rankify-contracts"
Expand All @@ -103,7 +100,6 @@ pnpm install
# Create local links
echo "Creating local links..."
pnpm link "$RANKIFY_CONTRACTS_PATH"
pnpm link "$EDS_PATH"
pnpm link "$MULTIPASS_PATH"

echo "✅ Local development environment setup complete!"
Expand Down

0 comments on commit bd174a0

Please sign in to comment.