diff --git a/projects/PiWalletBot/server/utils/constants.js b/projects/PiWalletBot/server/utils/constants.js new file mode 100644 index 000000000..d1eddbf6f --- /dev/null +++ b/projects/PiWalletBot/server/utils/constants.js @@ -0,0 +1,2 @@ +export const SECRET_KEY = 'your_secret_key_here'; +export const PI_NETWORK_API_URL = 'https://api.pi.network';