Skip to content

Commit f896902

Browse files
author
rakib4ggp
committed
feat: Refactor database and configuration initialization
Remove unused RPC_URL from .env.example Remove unnecessary backports.asyncio.runner dependency
1 parent ee24912 commit f896902

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
RPC_URL=
21
PRIVATE_KEY=
32
SECRET_KEY=
43
DATABASE_URL=

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ asn1crypto==1.5.1
1010
async-timeout==5.0.1
1111
asyncpg==0.31.0
1212
attrs==25.4.0
13-
backports.asyncio.runner==1.2.0
1413
base58==2.1.1
1514
bcrypt==5.0.0
1615
bitarray==3.8.0

0 commit comments

Comments
 (0)