We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdfcea commit 47aba81Copy full SHA for 47aba81
src/constants/index.ts
@@ -3,6 +3,7 @@ import bs58 from "bs58";
3
import 'dotenv/config'
4
5
export const SOLANA_RPC_ENDPOINT: string = process.env.RPC_ENDPOINT!;
6
+export const WRAP_UNWRAP_SOL: boolean = process.env.WRAP_UNWRAP_SOL === undefined ? true : process.env.WRAP_UNWRAP_SOL === "true";
7
8
// Wallets
9
export const WALLET_PRIVATE_KEY =
0 commit comments