Skip to content

Commit 0145c58

Browse files
Update .env-example
A few additional variables added here.
1 parent ec81e17 commit 0145c58

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.env-example

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
RPC_ENDPOINT="https://ssc-dao.genesysgo.net"
2-
WALLET_PRIVATE_KEY=abc123def456
1+
RPC_ENDPOINT="https://solana.public-rpc.com"
2+
WALLET_PRIVATE_KEY=abc123def456
3+
TRADING_ENABLED=true
4+
WRAP_UNWRAP_SOL=false
5+
NODE_ENV=production
6+
SWAP_MODE="ExactIn"
7+
DEBUG=false

0 commit comments

Comments
 (0)