Add logic to use env variables

This commit is contained in:
Al366io
2024-01-20 01:59:58 +01:00
parent 35a6e1a19a
commit 4d204bf251
3 changed files with 27 additions and 10 deletions

View File

@ -1,2 +1,4 @@
PRIVATE_KEY=
RPC_ENDPOINT=
RPC_WEBSOCKET_ENDPOINT=
```