bytex-sdk 1.7.2 → 1.7.3
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { createClient } from '@supabase/supabase-js';
|
|
|
2
2
|
|
|
3
3
|
const SUPABASE_URL = 'https://vkiddclfbwmslaiyyftl.supabase.co';
|
|
4
4
|
const SUPABASE_ANON_KEY = 'sb_publishable_hXMlH9OmJG1_n1s-3lbXKg_6V-88Lj9';
|
|
5
|
-
const WORKER_URL = 'https://api.
|
|
5
|
+
const WORKER_URL = 'https://api.bytex.work/';
|
|
6
6
|
const DEFAULT_ENC_KEY = 'btx-default-secret-key-32-chars!!';
|
|
7
7
|
const DEFAULT_IV = 'btx-fixed-iv-16b';
|
|
8
8
|
|