This commit is contained in:
2026-03-05 11:33:42 +08:00
parent 345946f353
commit 867cf92294
4 changed files with 494 additions and 2 deletions

View File

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