@campnetwork/origin 1.2.6-1 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/react/index.esm.js
CHANGED
|
@@ -2971,7 +2971,7 @@ var constants = {
|
|
|
2971
2971
|
SUPPORTED_VIDEO_FORMATS: ["video/mp4", "video/webm"],
|
|
2972
2972
|
SUPPORTED_AUDIO_FORMATS: ["audio/mpeg", "audio/wav", "audio/ogg"],
|
|
2973
2973
|
SUPPORTED_TEXT_FORMATS: ["text/plain"],
|
|
2974
|
-
AVAILABLE_SOCIALS: ["twitter", "spotify",
|
|
2974
|
+
AVAILABLE_SOCIALS: ["twitter", "spotify"], // tiktok disabled
|
|
2975
2975
|
MAX_LICENSE_DURATION: 2628000, // 30 days in seconds
|
|
2976
2976
|
MIN_LICENSE_DURATION: 86400, // 1 day in seconds
|
|
2977
2977
|
MIN_PRICE: 1000000000000000, // 0.001 CAMP in wei
|