Skip to content

Commit 23955cd

Browse files
committed
update pnpm lock
2 parents 49f648b + 07b3db9 commit 23955cd

File tree

4 files changed

+9056
-7192
lines changed

4 files changed

+9056
-7192
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ FROM node:18.18-buster
33
RUN apt update
44
RUN apt install -y libsecret-1-dev
55

6-
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
7-
RUN wget -O - https://bootstrap.pypa.io/get-pip.py | python
8-
96
RUN npm i -g pnpm
107

118
USER node

config-examples/standalone-node-cassandra.example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
"password": "",
2727
"keyspace": "logstore_1",
2828
"datacenter": "datacenter1"
29-
},
30-
"programs": {
31-
"chainRpcUrls": {
32-
"137": "https://polygon.llamarpc.com"
33-
}
3429
}
3530
}
3631
}

config-examples/standalone-node.example.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
"db": {
2323
"type": "sqlite",
2424
"dataPath": "~/data/logstore-node.db"
25-
},
26-
"programs": {
27-
"chainRpcUrls": {
28-
"137": "https://polygon.llamarpc.com"
29-
}
3025
}
3126
}
3227
}

0 commit comments

Comments
 (0)