diff --git a/libs/rnwalletman b/libs/rnwalletman index d61697c..9e984f0 160000 --- a/libs/rnwalletman +++ b/libs/rnwalletman @@ -1 +1 @@ -Subproject commit d61697cdc7dc69aa59f99edd24f3ddc05ad0558b +Subproject commit 9e984f0eddf2e52062bfe27f8c1f22476cfc756c diff --git a/services/api.ts b/services/api.ts index 6178f67..e285d3b 100644 --- a/services/api.ts +++ b/services/api.ts @@ -1,6 +1,6 @@ import { WalletType } from 'rnwalletman'; -const DOMAIN = '192.168.1.168:16000'; +const DOMAIN = '192.168.0.101:16000'; const BASE_URL = `http://${DOMAIN}`; const WS_URL = `ws://${DOMAIN}/ws`; diff --git a/styles/index.ts b/styles.ts similarity index 100% rename from styles/index.ts rename to styles.ts diff --git a/types/index.ts b/types.ts similarity index 100% rename from types/index.ts rename to types.ts