Junaidb commited on
Commit
8dbef18
·
verified ·
1 Parent(s): b21f43c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import base58
16
  app = FastAPI()
17
  solana_client = Client("https://api.mainnet-beta.solana.com")
18
 
19
- SERVER_KEY = Keypair.from_base58_string("specialquantumkey")
20
 
21
 
22
 
 
16
  app = FastAPI()
17
  solana_client = Client("https://api.mainnet-beta.solana.com")
18
 
19
+ SERVER_KEY = Keypair.from_base58_string("25vFqgvXNUqynQm7cjLJ2NVN")
20
 
21
 
22