This commit is contained in:
2026-02-10 19:24:00 +08:00
parent cc6a4443ee
commit c42d89d585
4 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { WalletType } from 'rnwalletman'; import { WalletType } from 'rnwalletman';
const DOMAIN = '192.168.1.168:16000'; const DOMAIN = '192.168.0.101:16000';
const BASE_URL = `http://${DOMAIN}`; const BASE_URL = `http://${DOMAIN}`;
const WS_URL = `ws://${DOMAIN}/ws`; const WS_URL = `ws://${DOMAIN}/ws`;