Skip to content

Commit

Permalink
updated env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed May 30, 2024
1 parent dafb866 commit 199e42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOST="" # Optiona: Leave empty to bind to all interfaces
PORT=10592 # Optional: Default is 10592

# Nuklai RPC URL
NUKLAI_RPC="http://127.0.0.1:36901/ext/bc/26oLn3Fva9x1H8iifoWMbEva9SzQ4mvY34mj2U4uuvBPyoMtnH" # Required: Nuklai RPC endpoint
NUKLAI_RPC="http://api-devnet.nuklaivm-dev.net:9650/ext/bc/w4Q3Cu6D3gxB3K2rjLDF64jJaisexo5BoHVJAdadwqvME4RkQ" # Required: Nuklai RPC endpoint

# Recipient configuration
RECIPIENT="nuklai1qpg4ecapjymddcde8sfq06dshzpxltqnl47tvfz0hnkesjz7t0p35d5fnr3" # Optional: Will use "nuklai1qpg4ecapjymddcde8sfq06dshzpxltqnl47tvfz0hnkesjz7t0p35d5fnr3"
Expand Down

0 comments on commit 199e42b

Please sign in to comment.