Skip to content

Commit

Permalink
new RPC endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Oct 31, 2022
1 parent a6fb34f commit bf0dc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
RUN npm install

ENV TESTNET_RPC_ENDPOINT wss://basilisk-testnet-rpc.bsx.fi
ENV ROCOCO_RPC_ENDPOINT wss://rpc-01.basilisk-rococo.hydradx.io
ENV TESTNET_RPC_ENDPOINT wss://rpc01.hydration.dev
ENV ROCOCO_RPC_ENDPOINT wss://rococo-basilisk-rpc.hydration.dev

CMD ["npm", "start"]

0 comments on commit bf0dc90

Please sign in to comment.